Html Css Color HEX #DD4376 Cranberry

📋 copy color: '#DD4376'

red 221 ◦ green 67 ◦ blue 118

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

Shades of Cranberry #DD4376

Tints of Cranberry #DD4376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

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

R = 54.43%
G = 16.5%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD4376 (or 0xDD4376) is known color: Cranberry. HEX triplet: DD, 43 and 76. RGB value is (221,67,118). Sum of RGB (Red+Green+Blue) = 221+67+118=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4376 is #22BC89. Grayscale: #767676. Windows color (decimal): -2276490 or 7750621. OLE color: 7750621.

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

Color convert

RGB 221 67 118 -
CMYK 0 0.70 0.47 0.13
HSL 340.13º 0.69% 0.56% -
HSV(B) 340.13º 0.7% 0.87% -
XYZ 35.1 20.69 19.28 -
YUV 118.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 221 67 118 0 0.70 0.47 0.13 340.13 0.69 0.56
Hex DD 43 76 0 46 2F D 154 45 38
Octal 335 103 166 0 106 57 15 524 105 70
Binary 11011101 1000011 1110110 0 1000110 101111 1101 101010100 1000101 111000

Color Harmonies of #DD4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4376

Black with #DD4376

Text Example


Text Example

White with #DD4376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4376; }

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

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

background-color css

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

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

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

border-color css

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

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

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