Html Css Color HEX #D87270 Geraldine

📋 copy color: '#D87270'

red 216 ◦ green 114 ◦ blue 112

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

Shades of Geraldine #D87270

Tints of Geraldine #D87270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

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

R = 48.87%
G = 25.79%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87270 (or 0xD87270) is known color: Geraldine. HEX triplet: D8, 72 and 70. RGB value is (216,114,112). Sum of RGB (Red+Green+Blue) = 216+114+112=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D87270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87270 is #278D8F. Grayscale: #909090. Windows color (decimal): -2592144 or 7369432. OLE color: 7369432.

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

Color convert

RGB 216 114 112 -
CMYK 0 0.47 0.48 0.15
HSL 1.15º 0.57% 0.64% -
HSV(B) 1.15º 0.48% 0.85% -
XYZ 37.26 27.8 18.73 -
YUV 144.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 216 114 112 0 0.47 0.48 0.15 1.15 0.57 0.64
Hex D8 72 70 0 2F 30 F 1 39 40
Octal 330 162 160 0 57 60 17 1 71 100
Binary 11011000 1110010 1110000 0 101111 110000 1111 1 111001 1000000

Color Harmonies of #D87270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87270

Black with #D87270

Text Example


Text Example

White with #D87270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87270; }

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

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

background-color css

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

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

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

border-color css

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

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

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