Html Css Color HEX #DD4571 Cranberry

📋 copy color: '#DD4571'

red 221 ◦ green 69 ◦ blue 113

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

Shades of Cranberry #DD4571

Tints of Cranberry #DD4571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

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

R = 54.84%
G = 17.12%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD4571 (or 0xDD4571) is known color: Cranberry. HEX triplet: DD, 45 and 71. RGB value is (221,69,113). Sum of RGB (Red+Green+Blue) = 221+69+113=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4571 is #22BA8E. Grayscale: #777777. Windows color (decimal): -2275983 or 7423453. OLE color: 7423453.

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

Color convert

RGB 221 69 113 -
CMYK 0 0.69 0.49 0.13
HSL 342.63º 0.69% 0.57% -
HSV(B) 342.63º 0.69% 0.87% -
XYZ 34.93 20.82 17.8 -
YUV 119.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 221 69 113 0 0.69 0.49 0.13 342.63 0.69 0.57
Hex DD 45 71 0 45 31 D 157 45 39
Octal 335 105 161 0 105 61 15 527 105 71
Binary 11011101 1000101 1110001 0 1000101 110001 1101 101010111 1000101 111001

Color Harmonies of #DD4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4571

Black with #DD4571

Text Example


Text Example

White with #DD4571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4571; }

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

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

background-color css

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

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

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

border-color css

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

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

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