Html Css Color HEX #DD4772 Cranberry

📋 copy color: '#DD4772'

red 221 ◦ green 71 ◦ blue 114

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

Shades of Cranberry #DD4772

Tints of Cranberry #DD4772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 54.43%
G = 17.49%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD4772 (or 0xDD4772) is known color: Cranberry. HEX triplet: DD, 47 and 72. RGB value is (221,71,114). Sum of RGB (Red+Green+Blue) = 221+71+114=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4772 is #22B88D. Grayscale: #787878. Windows color (decimal): -2275470 or 7489501. OLE color: 7489501.

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

Color convert

RGB 221 71 114 -
CMYK 0 0.68 0.48 0.13
HSL 342.8º 0.69% 0.57% -
HSV(B) 342.8º 0.68% 0.87% -
XYZ 35.11 21.09 18.14 -
YUV 120.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 221 71 114 0 0.68 0.48 0.13 342.8 0.69 0.57
Hex DD 47 72 0 44 30 D 157 45 39
Octal 335 107 162 0 104 60 15 527 105 71
Binary 11011101 1000111 1110010 0 1000100 110000 1101 101010111 1000101 111001

Color Harmonies of #DD4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4772

Black with #DD4772

Text Example


Text Example

White with #DD4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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