Html Css Color HEX #DD3276 Deep Cerise

📋 copy color: '#DD3276'

red 221 ◦ green 50 ◦ blue 118

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

Shades of Deep Cerise #DD3276

Tints of Deep Cerise #DD3276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.85%

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

R = 56.81%
G = 12.85%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD3276 (or 0xDD3276) is known color: Deep Cerise. HEX triplet: DD, 32 and 76. RGB value is (221,50,118). Sum of RGB (Red+Green+Blue) = 221+50+118=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3276 is #22CD89. Grayscale: #6C6C6C. Windows color (decimal): -2280842 or 7746269. OLE color: 7746269.

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

Color convert

RGB 221 50 118 -
CMYK 0 0.77 0.47 0.13
HSL 336.14º 0.72% 0.53% -
HSV(B) 336.14º 0.77% 0.87% -
XYZ 34.23 18.96 19 -
YUV 108.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 221 50 118 0 0.77 0.47 0.13 336.14 0.72 0.53
Hex DD 32 76 0 4D 2F D 150 48 35
Octal 335 62 166 0 115 57 15 520 110 65
Binary 11011101 110010 1110110 0 1001101 101111 1101 101010000 1001000 110101

Color Harmonies of #DD3276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3276

Black with #DD3276

Text Example


Text Example

White with #DD3276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3276; }

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

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

background-color css

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

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

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

border-color css

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

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

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