Html Css Color HEX #DD5470 Cranberry

📋 copy color: '#DD5470'

red 221 ◦ green 84 ◦ blue 112

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

Shades of Cranberry #DD5470

Tints of Cranberry #DD5470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 53%
G = 20.14%
B = 26.86%

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

#DD5470 (or 0xDD5470) is known color: Cranberry. HEX triplet: DD, 54 and 70. RGB value is (221,84,112). Sum of RGB (Red+Green+Blue) = 221+84+112=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5470 is #22AB8F. Grayscale: #808080. Windows color (decimal): -2272144 or 7361757. OLE color: 7361757.

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

Color convert

RGB 221 84 112 -
CMYK 0 0.62 0.49 0.13
HSL 347.74º 0.67% 0.6% -
HSV(B) 347.74º 0.62% 0.87% -
XYZ 35.91 22.88 17.85 -
YUV 128.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 221 84 112 0 0.62 0.49 0.13 347.74 0.67 0.6
Hex DD 54 70 0 3E 31 D 15C 43 3C
Octal 335 124 160 0 76 61 15 534 103 74
Binary 11011101 1010100 1110000 0 111110 110001 1101 101011100 1000011 111100

Color Harmonies of #DD5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5470

Black with #DD5470

Text Example


Text Example

White with #DD5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5470; }

 p { color: rgb(221,84,112); }

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

background-color css

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

 a { background-color: rgb(221,84,112); }

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

border-color css

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

 span { border-color: rgb(221,84,112); }

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