Html Css Color HEX #DD4079 Cranberry

📋 copy color: '#DD4079'

red 221 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #DD4079

Tints of Cranberry #DD4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 54.43%
G = 15.76%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4079 (or 0xDD4079) is known color: Cranberry. HEX triplet: DD, 40 and 79. RGB value is (221,64,121). Sum of RGB (Red+Green+Blue) = 221+64+121=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4079 is #22BF86. Grayscale: #757575. Windows color (decimal): -2277255 or 7946461. OLE color: 7946461.

HSL color Cylindrical-coordinate representation of color #DD4079: hue angle of 338.22º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4079 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 121 -
CMYK 0 0.71 0.45 0.13
HSL 338.22º 0.7% 0.56% -
HSV(B) 338.22º 0.71% 0.87% -
XYZ 35.1 20.42 20.18 -
YUV 117.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 221 64 121 0 0.71 0.45 0.13 338.22 0.7 0.56
Hex DD 40 79 0 47 2D D 152 46 38
Octal 335 100 171 0 107 55 15 522 106 70
Binary 11011101 1000000 1111001 0 1000111 101101 1101 101010010 1000110 111000

Color Harmonies of #DD4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4079

Black with #DD4079

Text Example


Text Example

White with #DD4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4079; }

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

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

background-color css

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

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

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

border-color css

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

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

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