Html Css Color HEX #DD4476 Cranberry

📋 copy color: '#DD4476'

red 221 ◦ green 68 ◦ blue 118

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

Shades of Cranberry #DD4476

Tints of Cranberry #DD4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.71%

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

R = 54.3%
G = 16.71%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD4476 (or 0xDD4476) is known color: Cranberry. HEX triplet: DD, 44 and 76. RGB value is (221,68,118). Sum of RGB (Red+Green+Blue) = 221+68+118=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4476 is #22BB89. Grayscale: #777777. Windows color (decimal): -2276234 or 7750877. OLE color: 7750877.

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

Color convert

RGB 221 68 118 -
CMYK 0 0.69 0.47 0.13
HSL 340.39º 0.69% 0.57% -
HSV(B) 340.39º 0.69% 0.87% -
XYZ 35.16 20.81 19.3 -
YUV 119.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 221 68 118 0 0.69 0.47 0.13 340.39 0.69 0.57
Hex DD 44 76 0 45 2F D 154 45 39
Octal 335 104 166 0 105 57 15 524 105 71
Binary 11011101 1000100 1110110 0 1000101 101111 1101 101010100 1000101 111001

Color Harmonies of #DD4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4476

Black with #DD4476

Text Example


Text Example

White with #DD4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4476; }

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

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

background-color css

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

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

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

border-color css

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

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

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