Html Css Color HEX #D96F6D Geraldine

📋 copy color: '#D96F6D'

red 217 ◦ green 111 ◦ blue 109

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

Shades of Geraldine #D96F6D

Tints of Geraldine #D96F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.4%

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 49.66%
G = 25.4%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D96F6D (or 0xD96F6D) is known color: Geraldine. HEX triplet: D9, 6F and 6D. RGB value is (217,111,109). Sum of RGB (Red+Green+Blue) = 217+111+109=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F6D is #269092. Grayscale: #8E8E8E. Windows color (decimal): -2527379 or 7172057. OLE color: 7172057.

HSL color Cylindrical-coordinate representation of color #D96F6D: hue angle of 1.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96F6D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 111 109 -
CMYK 0 0.49 0.50 0.15
HSL 1.11º 0.59% 0.64% -
HSV(B) 1.11º 0.5% 0.85% -
XYZ 37.06 27.22 17.77 -
YUV 142.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 217 111 109 0 0.49 0.50 0.15 1.11 0.59 0.64
Hex D9 6F 6D 0 31 32 F 1 3B 40
Octal 331 157 155 0 61 62 17 1 73 100
Binary 11011001 1101111 1101101 0 110001 110010 1111 1 111011 1000000

Color Harmonies of #D96F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F6D

Black with #D96F6D

Text Example


Text Example

White with #D96F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F6D; }

 p { color: rgb(217,111,109); }

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

background-color css

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

 a { background-color: rgb(217,111,109); }

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

border-color css

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

 span { border-color: rgb(217,111,109); }

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