Html Css Color HEX #DD4579 Cranberry

📋 copy color: '#DD4579'

red 221 ◦ green 69 ◦ blue 121

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

Shades of Cranberry #DD4579

Tints of Cranberry #DD4579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 53.77%
G = 16.79%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4579 (or 0xDD4579) is known color: Cranberry. HEX triplet: DD, 45 and 79. RGB value is (221,69,121). Sum of RGB (Red+Green+Blue) = 221+69+121=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4579 is #22BA86. Grayscale: #787878. Windows color (decimal): -2275975 or 7947741. OLE color: 7947741.

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

Color convert

RGB 221 69 121 -
CMYK 0 0.69 0.45 0.13
HSL 339.47º 0.69% 0.57% -
HSV(B) 339.47º 0.69% 0.87% -
XYZ 35.4 21.01 20.28 -
YUV 120.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 221 69 121 0 0.69 0.45 0.13 339.47 0.69 0.57
Hex DD 45 79 0 45 2D D 153 45 39
Octal 335 105 171 0 105 55 15 523 105 71
Binary 11011101 1000101 1111001 0 1000101 101101 1101 101010011 1000101 111001

Color Harmonies of #DD4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4579

Black with #DD4579

Text Example


Text Example

White with #DD4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4579; }

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

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

background-color css

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

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

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

border-color css

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

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

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