Html Css Color HEX #DD4279 Cranberry

📋 copy color: '#DD4279'

red 221 ◦ green 66 ◦ blue 121

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

Shades of Cranberry #DD4279

Tints of Cranberry #DD4279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

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

R = 54.17%
G = 16.18%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4279 (or 0xDD4279) is known color: Cranberry. HEX triplet: DD, 42 and 79. RGB value is (221,66,121). Sum of RGB (Red+Green+Blue) = 221+66+121=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4279 is #22BD86. Grayscale: #767676. Windows color (decimal): -2276743 or 7946973. OLE color: 7946973.

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

Color convert

RGB 221 66 121 -
CMYK 0 0.70 0.45 0.13
HSL 338.71º 0.7% 0.56% -
HSV(B) 338.71º 0.7% 0.87% -
XYZ 35.22 20.65 20.22 -
YUV 118.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 221 66 121 0 0.70 0.45 0.13 338.71 0.7 0.56
Hex DD 42 79 0 46 2D D 153 46 38
Octal 335 102 171 0 106 55 15 523 106 70
Binary 11011101 1000010 1111001 0 1000110 101101 1101 101010011 1000110 111000

Color Harmonies of #DD4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4279

Black with #DD4279

Text Example


Text Example

White with #DD4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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