Html Css Color HEX #D57070 Geraldine

📋 copy color: '#D57070'

red 213 ◦ green 112 ◦ blue 112

#D57070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #D57070

Tints of Geraldine #D57070

RGB

 RED value IS 213 (83.59% from 255) = 48.74%

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 48.74%
G = 25.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D57070 (or 0xD57070) is known color: Geraldine. HEX triplet: D5, 70 and 70. RGB value is (213,112,112). Sum of RGB (Red+Green+Blue) = 213+112+112=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D57070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57070 is #2A8F8F. Grayscale: #8E8E8E. Windows color (decimal): -2789264 or 7368917. OLE color: 7368917.

HSL color Cylindrical-coordinate representation of color #D57070: hue angle of 0º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57070 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 112 -
CMYK 0 0.47 0.47 0.16
HSL 0.55% 0.64% -
HSV(B) 0.47% 0.84% -
XYZ 36.16 26.9 18.62 -
YUV 142.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 213 112 112 0 0.47 0.47 0.16 0 0.55 0.64
Hex D5 70 70 0 2F 2F 10 0 37 40
Octal 325 160 160 0 57 57 20 0 67 100
Binary 11010101 1110000 1110000 0 101111 101111 10000 0 110111 1000000

Color Harmonies of #D57070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57070

Black with #D57070

Text Example


Text Example

White with #D57070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57070; }

 p { color: rgb(213,112,112); }

 H1.HeaderClassName
 {
   color: #D57070;
 }
 .AnyTagClassName
 {
   color: #D57070;
 }
</style>

background-color css

<style>
 a { background-color: #D57070; }

 a { background-color: rgb(213,112,112); }

 div.DivClassName
 {
   background-color: #D57070;
 }
 .BgClassName
 {
   background-color: #D57070;
 }
</style>

border-color css

<style>
 span { border-color: #D57070; }

 span { border-color: rgb(213,112,112); }

 td.TdClassName
 {
   border-color: #D57070;
 }
 .TagClassName
 {
   border-color: #D57070;
 }
</style>