Html Css Color HEX #DD4176 Cranberry

📋 copy color: '#DD4176'

red 221 ◦ green 65 ◦ blue 118

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

Shades of Cranberry #DD4176

Tints of Cranberry #DD4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 54.7%
G = 16.09%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD4176 (or 0xDD4176) is known color: Cranberry. HEX triplet: DD, 41 and 76. RGB value is (221,65,118). Sum of RGB (Red+Green+Blue) = 221+65+118=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4176 is #22BE89. Grayscale: #757575. Windows color (decimal): -2277002 or 7750109. OLE color: 7750109.

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

Color convert

RGB 221 65 118 -
CMYK 0 0.71 0.47 0.13
HSL 339.62º 0.7% 0.56% -
HSV(B) 339.62º 0.71% 0.87% -
XYZ 34.98 20.46 19.25 -
YUV 117.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 221 65 118 0 0.71 0.47 0.13 339.62 0.7 0.56
Hex DD 41 76 0 47 2F D 154 46 38
Octal 335 101 166 0 107 57 15 524 106 70
Binary 11011101 1000001 1110110 0 1000111 101111 1101 101010100 1000110 111000

Color Harmonies of #DD4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4176

Black with #DD4176

Text Example


Text Example

White with #DD4176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4176; }

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

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

background-color css

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

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

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

border-color css

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

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

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