Html Css Color HEX #D87570 Geraldine

📋 copy color: '#D87570'

red 216 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #D87570

Tints of Geraldine #D87570

RGB

 RED value IS 216 (84.77% from 255) = 48.54%

 GREEN value IS 117 (46.09% from 255) = 26.29%

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

R = 48.54%
G = 26.29%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87570 (or 0xD87570) is known color: Geraldine. HEX triplet: D8, 75 and 70. RGB value is (216,117,112). Sum of RGB (Red+Green+Blue) = 216+117+112=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D87570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87570 is #278A8F. Grayscale: #929292. Windows color (decimal): -2591376 or 7370200. OLE color: 7370200.

HSL color Cylindrical-coordinate representation of color #D87570: hue angle of 2.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87570 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 112 -
CMYK 0 0.46 0.48 0.15
HSL 2.88º 0.57% 0.64% -
HSV(B) 2.88º 0.48% 0.85% -
XYZ 37.6 28.49 18.85 -
YUV 146.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 216 117 112 0 0.46 0.48 0.15 2.88 0.57 0.64
Hex D8 75 70 0 2E 30 F 3 39 40
Octal 330 165 160 0 56 60 17 3 71 100
Binary 11011000 1110101 1110000 0 101110 110000 1111 11 111001 1000000

Color Harmonies of #D87570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87570

Black with #D87570

Text Example


Text Example

White with #D87570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87570; }

 p { color: rgb(216,117,112); }

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

background-color css

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

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

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

border-color css

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

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

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