Html Css Color HEX #DD5572 Cranberry

📋 copy color: '#DD5572'

red 221 ◦ green 85 ◦ blue 114

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

Shades of Cranberry #DD5572

Tints of Cranberry #DD5572

RGB

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

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

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

R = 52.62%
G = 20.24%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5572 (or 0xDD5572) is known color: Cranberry. HEX triplet: DD, 55 and 72. RGB value is (221,85,114). Sum of RGB (Red+Green+Blue) = 221+85+114=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5572 is #22AA8D. Grayscale: #808080. Windows color (decimal): -2271886 or 7493085. OLE color: 7493085.

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

Color convert

RGB 221 85 114 -
CMYK 0 0.62 0.48 0.13
HSL 347.21º 0.67% 0.6% -
HSV(B) 347.21º 0.62% 0.87% -
XYZ 36.1 23.08 18.47 -
YUV 128.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 221 85 114 0 0.62 0.48 0.13 347.21 0.67 0.6
Hex DD 55 72 0 3E 30 D 15B 43 3C
Octal 335 125 162 0 76 60 15 533 103 74
Binary 11011101 1010101 1110010 0 111110 110000 1101 101011011 1000011 111100

Color Harmonies of #DD5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5572

Black with #DD5572

Text Example


Text Example

White with #DD5572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5572; }

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

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

background-color css

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

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

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

border-color css

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

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

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