Html Css Color HEX #DD5471 Cranberry

📋 copy color: '#DD5471'

red 221 ◦ green 84 ◦ blue 113

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

Shades of Cranberry #DD5471

Tints of Cranberry #DD5471

RGB

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

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

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

R = 52.87%
G = 20.1%
B = 27.03%

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

#DD5471 (or 0xDD5471) is known color: Cranberry. HEX triplet: DD, 54 and 71. RGB value is (221,84,113). Sum of RGB (Red+Green+Blue) = 221+84+113=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5471 is #22AB8E. Grayscale: #808080. Windows color (decimal): -2272143 or 7427293. OLE color: 7427293.

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

Color convert

RGB 221 84 113 -
CMYK 0 0.62 0.49 0.13
HSL 347.3º 0.67% 0.6% -
HSV(B) 347.3º 0.62% 0.87% -
XYZ 35.97 22.91 18.15 -
YUV 128.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 221 84 113 0 0.62 0.49 0.13 347.3 0.67 0.6
Hex DD 54 71 0 3E 31 D 15B 43 3C
Octal 335 124 161 0 76 61 15 533 103 74
Binary 11011101 1010100 1110001 0 111110 110001 1101 101011011 1000011 111100

Color Harmonies of #DD5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5471

Black with #DD5471

Text Example


Text Example

White with #DD5471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5471; }

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

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

background-color css

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

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

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

border-color css

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

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

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