Html Css Color HEX #DD4580 Cranberry

📋 copy color: '#DD4580'

red 221 ◦ green 69 ◦ blue 128

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

Shades of Cranberry #DD4580

Tints of Cranberry #DD4580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 52.87%
G = 16.51%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4580 (or 0xDD4580) is known color: Cranberry. HEX triplet: DD, 45 and 80. RGB value is (221,69,128). Sum of RGB (Red+Green+Blue) = 221+69+128=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4580 is #22BA7F. Grayscale: #797979. Windows color (decimal): -2275968 or 8406493. OLE color: 8406493.

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

Color convert

RGB 221 69 128 -
CMYK 0 0.69 0.42 0.13
HSL 336.71º 0.69% 0.57% -
HSV(B) 336.71º 0.69% 0.87% -
XYZ 35.84 21.19 22.62 -
YUV 121.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 221 69 128 0 0.69 0.42 0.13 336.71 0.69 0.57
Hex DD 45 80 0 45 2A D 151 45 39
Octal 335 105 200 0 105 52 15 521 105 71
Binary 11011101 1000101 10000000 0 1000101 101010 1101 101010001 1000101 111001

Color Harmonies of #DD4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4580

Black with #DD4580

Text Example


Text Example

White with #DD4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4580; }

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

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

background-color css

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

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

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

border-color css

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

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

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