Html Css Color HEX #D97270 Geraldine

📋 copy color: '#D97270'

red 217 ◦ green 114 ◦ blue 112

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

Shades of Geraldine #D97270

Tints of Geraldine #D97270

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

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

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

R = 48.98%
G = 25.73%
B = 25.28%

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

#D97270 (or 0xD97270) is known color: Geraldine. HEX triplet: D9, 72 and 70. RGB value is (217,114,112). Sum of RGB (Red+Green+Blue) = 217+114+112=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D97270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97270 is #268D8F. Grayscale: #909090. Windows color (decimal): -2526608 or 7369433. OLE color: 7369433.

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

Color convert

RGB 217 114 112 -
CMYK 0 0.47 0.48 0.15
HSL 1.14º 0.58% 0.65% -
HSV(B) 1.14º 0.48% 0.85% -
XYZ 37.56 27.96 18.75 -
YUV 144.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 217 114 112 0 0.47 0.48 0.15 1.14 0.58 0.65
Hex D9 72 70 0 2F 30 F 1 3A 41
Octal 331 162 160 0 57 60 17 1 72 101
Binary 11011001 1110010 1110000 0 101111 110000 1111 1 111010 1000001

Color Harmonies of #D97270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97270

Black with #D97270

Text Example


Text Example

White with #D97270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97270; }

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

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

background-color css

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

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

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

border-color css

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

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

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