Html Css Color HEX #DD4777 Cranberry

📋 copy color: '#DD4777'

red 221 ◦ green 71 ◦ blue 119

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

Shades of Cranberry #DD4777

Tints of Cranberry #DD4777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 53.77%
G = 17.27%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD4777 (or 0xDD4777) is known color: Cranberry. HEX triplet: DD, 47 and 77. RGB value is (221,71,119). Sum of RGB (Red+Green+Blue) = 221+71+119=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4777 is #22B888. Grayscale: #797979. Windows color (decimal): -2275465 or 7817181. OLE color: 7817181.

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

Color convert

RGB 221 71 119 -
CMYK 0 0.68 0.46 0.13
HSL 340.8º 0.69% 0.57% -
HSV(B) 340.8º 0.68% 0.87% -
XYZ 35.4 21.21 19.68 -
YUV 121.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 221 71 119 0 0.68 0.46 0.13 340.8 0.69 0.57
Hex DD 47 77 0 44 2E D 155 45 39
Octal 335 107 167 0 104 56 15 525 105 71
Binary 11011101 1000111 1110111 0 1000100 101110 1101 101010101 1000101 111001

Color Harmonies of #DD4777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4777

Black with #DD4777

Text Example


Text Example

White with #DD4777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4777; }

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

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

background-color css

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

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

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

border-color css

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

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

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