Html Css Color HEX #DD4471 Cranberry

📋 copy color: '#DD4471'

red 221 ◦ green 68 ◦ blue 113

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

Shades of Cranberry #DD4471

Tints of Cranberry #DD4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.92%

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

R = 54.98%
G = 16.92%
B = 28.11%

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

#DD4471 (or 0xDD4471) is known color: Cranberry. HEX triplet: DD, 44 and 71. RGB value is (221,68,113). Sum of RGB (Red+Green+Blue) = 221+68+113=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4471 is #22BB8E. Grayscale: #767676. Windows color (decimal): -2276239 or 7423197. OLE color: 7423197.

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

Color convert

RGB 221 68 113 -
CMYK 0 0.69 0.49 0.13
HSL 342.35º 0.69% 0.57% -
HSV(B) 342.35º 0.69% 0.87% -
XYZ 34.87 20.7 17.78 -
YUV 118.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 221 68 113 0 0.69 0.49 0.13 342.35 0.69 0.57
Hex DD 44 71 0 45 31 D 156 45 39
Octal 335 104 161 0 105 61 15 526 105 71
Binary 11011101 1000100 1110001 0 1000101 110001 1101 101010110 1000101 111001

Color Harmonies of #DD4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4471

Black with #DD4471

Text Example


Text Example

White with #DD4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4471; }

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

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

background-color css

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

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

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

border-color css

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

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

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