Html Css Color HEX #DD4876 Cranberry

📋 copy color: '#DD4876'

red 221 ◦ green 72 ◦ blue 118

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

Shades of Cranberry #DD4876

Tints of Cranberry #DD4876

RGB

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

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

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

R = 53.77%
G = 17.52%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD4876 (or 0xDD4876) is known color: Cranberry. HEX triplet: DD, 48 and 76. RGB value is (221,72,118). Sum of RGB (Red+Green+Blue) = 221+72+118=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4876 is #22B789. Grayscale: #797979. Windows color (decimal): -2275210 or 7751901. OLE color: 7751901.

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

Color convert

RGB 221 72 118 -
CMYK 0 0.67 0.47 0.13
HSL 341.48º 0.69% 0.57% -
HSV(B) 341.48º 0.67% 0.87% -
XYZ 35.41 21.31 19.39 -
YUV 121.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 221 72 118 0 0.67 0.47 0.13 341.48 0.69 0.57
Hex DD 48 76 0 43 2F D 155 45 39
Octal 335 110 166 0 103 57 15 525 105 71
Binary 11011101 1001000 1110110 0 1000011 101111 1101 101010101 1000101 111001

Color Harmonies of #DD4876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4876

Black with #DD4876

Text Example


Text Example

White with #DD4876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4876; }

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

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

background-color css

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

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

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

border-color css

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

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

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