Html Css Color HEX #DD7572 Geraldine

📋 copy color: '#DD7572'

red 221 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #DD7572

Tints of Geraldine #DD7572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

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

R = 48.89%
G = 25.88%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7572 (or 0xDD7572) is known color: Geraldine. HEX triplet: DD, 75 and 72. RGB value is (221,117,114). Sum of RGB (Red+Green+Blue) = 221+117+114=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7572 is #228A8D. Grayscale: #939393. Windows color (decimal): -2263694 or 7501277. OLE color: 7501277.

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

Color convert

RGB 221 117 114 -
CMYK 0 0.47 0.48 0.13
HSL 1.68º 0.61% 0.66% -
HSV(B) 1.68º 0.48% 0.87% -
XYZ 39.22 29.31 19.51 -
YUV 147.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 221 117 114 0 0.47 0.48 0.13 1.68 0.61 0.66
Hex DD 75 72 0 2F 30 D 2 3D 42
Octal 335 165 162 0 57 60 15 2 75 102
Binary 11011101 1110101 1110010 0 101111 110000 1101 10 111101 1000010

Color Harmonies of #DD7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7572

Black with #DD7572

Text Example


Text Example

White with #DD7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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