Html Css Color HEX #DD7976 Geraldine

📋 copy color: '#DD7976'

red 221 ◦ green 121 ◦ blue 118

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

Shades of Geraldine #DD7976

Tints of Geraldine #DD7976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

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

R = 48.04%
G = 26.3%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7976 (or 0xDD7976) is known color: Geraldine. HEX triplet: DD, 79 and 76. RGB value is (221,121,118). Sum of RGB (Red+Green+Blue) = 221+121+118=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7976 is #228689. Grayscale: #969696. Windows color (decimal): -2262666 or 7764445. OLE color: 7764445.

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

Color convert

RGB 221 121 118 -
CMYK 0 0.45 0.47 0.13
HSL 1.75º 0.6% 0.66% -
HSV(B) 1.75º 0.47% 0.87% -
XYZ 39.93 30.35 20.89 -
YUV 150.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 221 121 118 0 0.45 0.47 0.13 1.75 0.6 0.66
Hex DD 79 76 0 2D 2F D 2 3C 42
Octal 335 171 166 0 55 57 15 2 74 102
Binary 11011101 1111001 1110110 0 101101 101111 1101 10 111100 1000010

Color Harmonies of #DD7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7976

Black with #DD7976

Text Example


Text Example

White with #DD7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7976; }

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

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

background-color css

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

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

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

border-color css

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

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

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