Html Css Color HEX #DD7972 Geraldine

📋 copy color: '#DD7972'

red 221 ◦ green 121 ◦ blue 114

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

Shades of Geraldine #DD7972

Tints of Geraldine #DD7972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25%

R = 48.46%
G = 26.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7972 (or 0xDD7972) is known color: Geraldine. HEX triplet: DD, 79 and 72. RGB value is (221,121,114). Sum of RGB (Red+Green+Blue) = 221+121+114=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7972 is #22868D. Grayscale: #969696. Windows color (decimal): -2262670 or 7502301. OLE color: 7502301.

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

Color convert

RGB 221 121 114 -
CMYK 0 0.45 0.48 0.13
HSL 3.93º 0.61% 0.66% -
HSV(B) 3.93º 0.48% 0.87% -
XYZ 39.69 30.26 19.67 -
YUV 150.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 221 121 114 0 0.45 0.48 0.13 3.93 0.61 0.66
Hex DD 79 72 0 2D 30 D 4 3D 42
Octal 335 171 162 0 55 60 15 4 75 102
Binary 11011101 1111001 1110010 0 101101 110000 1101 100 111101 1000010

Color Harmonies of #DD7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7972

Black with #DD7972

Text Example


Text Example

White with #DD7972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7972; }

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

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

background-color css

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

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

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

border-color css

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

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

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