Html Css Color HEX #DD5571 Cranberry

📋 copy color: '#DD5571'

red 221 ◦ green 85 ◦ blue 113

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

Shades of Cranberry #DD5571

Tints of Cranberry #DD5571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.29%

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

R = 52.74%
G = 20.29%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD5571 (or 0xDD5571) is known color: Cranberry. HEX triplet: DD, 55 and 71. RGB value is (221,85,113). Sum of RGB (Red+Green+Blue) = 221+85+113=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5571 is #22AA8E. Grayscale: #808080. Windows color (decimal): -2271887 or 7427549. OLE color: 7427549.

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

Color convert

RGB 221 85 113 -
CMYK 0 0.62 0.49 0.13
HSL 347.65º 0.67% 0.6% -
HSV(B) 347.65º 0.62% 0.87% -
XYZ 36.05 23.06 18.17 -
YUV 128.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 221 85 113 0 0.62 0.49 0.13 347.65 0.67 0.6
Hex DD 55 71 0 3E 31 D 15C 43 3C
Octal 335 125 161 0 76 61 15 534 103 74
Binary 11011101 1010101 1110001 0 111110 110001 1101 101011100 1000011 111100

Color Harmonies of #DD5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5571

Black with #DD5571

Text Example


Text Example

White with #DD5571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5571; }

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

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

background-color css

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

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

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

border-color css

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

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

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