Html Css Color HEX #DD4776 Cranberry

📋 copy color: '#DD4776'

red 221 ◦ green 71 ◦ blue 118

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

Shades of Cranberry #DD4776

Tints of Cranberry #DD4776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 53.9%
G = 17.32%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD4776 (or 0xDD4776) is known color: Cranberry. HEX triplet: DD, 47 and 76. RGB value is (221,71,118). Sum of RGB (Red+Green+Blue) = 221+71+118=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4776 is #22B889. Grayscale: #797979. Windows color (decimal): -2275466 or 7751645. OLE color: 7751645.

HSL color Cylindrical-coordinate representation of color #DD4776: hue angle of 341.2º 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 #DD4776 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 118 -
CMYK 0 0.68 0.47 0.13
HSL 341.2º 0.69% 0.57% -
HSV(B) 341.2º 0.68% 0.87% -
XYZ 35.34 21.19 19.37 -
YUV 121.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 221 71 118 0 0.68 0.47 0.13 341.2 0.69 0.57
Hex DD 47 76 0 44 2F D 155 45 39
Octal 335 107 166 0 104 57 15 525 105 71
Binary 11011101 1000111 1110110 0 1000100 101111 1101 101010101 1000101 111001

Color Harmonies of #DD4776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4776

Black with #DD4776

Text Example


Text Example

White with #DD4776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4776; }

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

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

background-color css

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

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

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

border-color css

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

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

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