Html Css Color HEX #DD4879 Cranberry

📋 copy color: '#DD4879'

red 221 ◦ green 72 ◦ blue 121

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

Shades of Cranberry #DD4879

Tints of Cranberry #DD4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.39%

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

R = 53.38%
G = 17.39%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4879 (or 0xDD4879) is known color: Cranberry. HEX triplet: DD, 48 and 79. RGB value is (221,72,121). Sum of RGB (Red+Green+Blue) = 221+72+121=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4879 is #22B786. Grayscale: #7A7A7A. Windows color (decimal): -2275207 or 7948509. OLE color: 7948509.

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

Color convert

RGB 221 72 121 -
CMYK 0 0.67 0.45 0.13
HSL 340.27º 0.69% 0.57% -
HSV(B) 340.27º 0.67% 0.87% -
XYZ 35.59 21.39 20.34 -
YUV 122.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 221 72 121 0 0.67 0.45 0.13 340.27 0.69 0.57
Hex DD 48 79 0 43 2D D 154 45 39
Octal 335 110 171 0 103 55 15 524 105 71
Binary 11011101 1001000 1111001 0 1000011 101101 1101 101010100 1000101 111001

Color Harmonies of #DD4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4879

Black with #DD4879

Text Example


Text Example

White with #DD4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4879; }

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

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

background-color css

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

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

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

border-color css

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

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

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