Html Css Color HEX #DD7571 Geraldine

📋 copy color: '#DD7571'

red 221 ◦ green 117 ◦ blue 113

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

Shades of Geraldine #DD7571

Tints of Geraldine #DD7571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.06%

R = 49%
G = 25.94%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD7571 (or 0xDD7571) is known color: Geraldine. HEX triplet: DD, 75 and 71. RGB value is (221,117,113). Sum of RGB (Red+Green+Blue) = 221+117+113=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7571 is #228A8E. Grayscale: #939393. Windows color (decimal): -2263695 or 7435741. OLE color: 7435741.

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

Color convert

RGB 221 117 113 -
CMYK 0 0.47 0.49 0.13
HSL 2.22º 0.61% 0.65% -
HSV(B) 2.22º 0.49% 0.87% -
XYZ 39.16 29.29 19.21 -
YUV 147.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 221 117 113 0 0.47 0.49 0.13 2.22 0.61 0.65
Hex DD 75 71 0 2F 31 D 2 3D 41
Octal 335 165 161 0 57 61 15 2 75 101
Binary 11011101 1110101 1110001 0 101111 110001 1101 10 111101 1000001

Color Harmonies of #DD7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7571

Black with #DD7571

Text Example


Text Example

White with #DD7571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7571; }

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

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

background-color css

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

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

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

border-color css

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

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

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