Html Css Color HEX #DD4877 Cranberry

📋 copy color: '#DD4877'

red 221 ◦ green 72 ◦ blue 119

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

Shades of Cranberry #DD4877

Tints of Cranberry #DD4877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.48%

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

R = 53.64%
G = 17.48%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD4877 (or 0xDD4877) is known color: Cranberry. HEX triplet: DD, 48 and 77. RGB value is (221,72,119). Sum of RGB (Red+Green+Blue) = 221+72+119=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4877 is #22B788. Grayscale: #797979. Windows color (decimal): -2275209 or 7817437. OLE color: 7817437.

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

Color convert

RGB 221 72 119 -
CMYK 0 0.67 0.46 0.13
HSL 341.07º 0.69% 0.57% -
HSV(B) 341.07º 0.67% 0.87% -
XYZ 35.47 21.34 19.7 -
YUV 121.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 221 72 119 0 0.67 0.46 0.13 341.07 0.69 0.57
Hex DD 48 77 0 43 2E D 155 45 39
Octal 335 110 167 0 103 56 15 525 105 71
Binary 11011101 1001000 1110111 0 1000011 101110 1101 101010101 1000101 111001

Color Harmonies of #DD4877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4877

Black with #DD4877

Text Example


Text Example

White with #DD4877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4877; }

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

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

background-color css

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

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

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

border-color css

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

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

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