Html Css Color HEX #D87070 Geraldine

📋 copy color: '#D87070'

red 216 ◦ green 112 ◦ blue 112

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

Shades of Geraldine #D87070

Tints of Geraldine #D87070

RGB

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

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

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

R = 49.09%
G = 25.45%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87070 (or 0xD87070) is known color: Geraldine. HEX triplet: D8, 70 and 70. RGB value is (216,112,112). Sum of RGB (Red+Green+Blue) = 216+112+112=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D87070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87070 is #278F8F. Grayscale: #8F8F8F. Windows color (decimal): -2592656 or 7368920. OLE color: 7368920.

HSL color Cylindrical-coordinate representation of color #D87070: hue angle of 0º 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 #D87070 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 112 -
CMYK 0 0.48 0.48 0.15
HSL 0.57% 0.64% -
HSV(B) 0.48% 0.85% -
XYZ 37.04 27.36 18.66 -
YUV 143.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 216 112 112 0 0.48 0.48 0.15 0 0.57 0.64
Hex D8 70 70 0 30 30 F 0 39 40
Octal 330 160 160 0 60 60 17 0 71 100
Binary 11011000 1110000 1110000 0 110000 110000 1111 0 111001 1000000

Color Harmonies of #D87070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87070

Black with #D87070

Text Example


Text Example

White with #D87070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87070; }

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

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

background-color css

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

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

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

border-color css

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

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

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