Html Css Color HEX #DD4979 Cranberry

📋 copy color: '#DD4979'

red 221 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #DD4979

Tints of Cranberry #DD4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.59%

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

R = 53.25%
G = 17.59%
B = 29.16%

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

#DD4979 (or 0xDD4979) is known color: Cranberry. HEX triplet: DD, 49 and 79. RGB value is (221,73,121). Sum of RGB (Red+Green+Blue) = 221+73+121=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4979 is #22B686. Grayscale: #7A7A7A. Windows color (decimal): -2274951 or 7948765. OLE color: 7948765.

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

Color convert

RGB 221 73 121 -
CMYK 0 0.67 0.45 0.13
HSL 340.54º 0.69% 0.58% -
HSV(B) 340.54º 0.67% 0.87% -
XYZ 35.65 21.52 20.36 -
YUV 122.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 221 73 121 0 0.67 0.45 0.13 340.54 0.69 0.58
Hex DD 49 79 0 43 2D D 155 45 3A
Octal 335 111 171 0 103 55 15 525 105 72
Binary 11011101 1001001 1111001 0 1000011 101101 1101 101010101 1000101 111010

Color Harmonies of #DD4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4979

Black with #DD4979

Text Example


Text Example

White with #DD4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4979; }

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

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

background-color css

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

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

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

border-color css

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

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

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