Html Css Color HEX #DD4779 Cranberry

📋 copy color: '#DD4779'

red 221 ◦ green 71 ◦ blue 121

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

Shades of Cranberry #DD4779

Tints of Cranberry #DD4779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

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

R = 53.51%
G = 17.19%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4779 (or 0xDD4779) is known color: Cranberry. HEX triplet: DD, 47 and 79. RGB value is (221,71,121). Sum of RGB (Red+Green+Blue) = 221+71+121=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4779 is #22B886. Grayscale: #797979. Windows color (decimal): -2275463 or 7948253. OLE color: 7948253.

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

Color convert

RGB 221 71 121 -
CMYK 0 0.68 0.45 0.13
HSL 340º 0.69% 0.57% -
HSV(B) 340º 0.68% 0.87% -
XYZ 35.52 21.26 20.32 -
YUV 121.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 221 71 121 0 0.68 0.45 0.13 340 0.69 0.57
Hex DD 47 79 0 44 2D D 154 45 39
Octal 335 107 171 0 104 55 15 524 105 71
Binary 11011101 1000111 1111001 0 1000100 101101 1101 101010100 1000101 111001

Color Harmonies of #DD4779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4779

Black with #DD4779

Text Example


Text Example

White with #DD4779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4779; }

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

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

background-color css

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

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

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

border-color css

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

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

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