Html Css Color HEX #DD4C79 Cranberry

📋 copy color: '#DD4C79'

red 221 ◦ green 76 ◦ blue 121

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

Shades of Cranberry #DD4C79

Tints of Cranberry #DD4C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.18%

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

R = 52.87%
G = 18.18%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4C79 (or 0xDD4C79) is known color: Cranberry. HEX triplet: DD, 4C and 79. RGB value is (221,76,121). Sum of RGB (Red+Green+Blue) = 221+76+121=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C79 is #22B386. Grayscale: #7C7C7C. Windows color (decimal): -2274183 or 7949533. OLE color: 7949533.

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

Color convert

RGB 221 76 121 -
CMYK 0 0.66 0.45 0.13
HSL 341.38º 0.68% 0.58% -
HSV(B) 341.38º 0.66% 0.87% -
XYZ 35.85 21.92 20.43 -
YUV 124.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 221 76 121 0 0.66 0.45 0.13 341.38 0.68 0.58
Hex DD 4C 79 0 42 2D D 155 44 3A
Octal 335 114 171 0 102 55 15 525 104 72
Binary 11011101 1001100 1111001 0 1000010 101101 1101 101010101 1000100 111010

Color Harmonies of #DD4C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C79

Black with #DD4C79

Text Example


Text Example

White with #DD4C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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