Html Css Color HEX #DD7876 Geraldine

📋 copy color: '#DD7876'

red 221 ◦ green 120 ◦ blue 118

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

Shades of Geraldine #DD7876

Tints of Geraldine #DD7876

RGB

 RED value IS 221 (86.72% from 255) = 48.15%

 GREEN value IS 120 (47.27% from 255) = 26.14%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 48.15%
G = 26.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7876 (or 0xDD7876) is known color: Geraldine. HEX triplet: DD, 78 and 76. RGB value is (221,120,118). Sum of RGB (Red+Green+Blue) = 221+120+118=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7876 is #228789. Grayscale: #969696. Windows color (decimal): -2262922 or 7764189. OLE color: 7764189.

HSL color Cylindrical-coordinate representation of color #DD7876: hue angle of 1.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7876 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 118 -
CMYK 0 0.46 0.47 0.13
HSL 1.17º 0.6% 0.66% -
HSV(B) 1.17º 0.47% 0.87% -
XYZ 39.81 30.11 20.85 -
YUV 149.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 221 120 118 0 0.46 0.47 0.13 1.17 0.6 0.66
Hex DD 78 76 0 2E 2F D 1 3C 42
Octal 335 170 166 0 56 57 15 1 74 102
Binary 11011101 1111000 1110110 0 101110 101111 1101 1 111100 1000010

Color Harmonies of #DD7876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7876

Black with #DD7876

Text Example


Text Example

White with #DD7876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7876; }

 p { color: rgb(221,120,118); }

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

background-color css

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

 a { background-color: rgb(221,120,118); }

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

border-color css

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

 span { border-color: rgb(221,120,118); }

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