Html Css Color HEX #DD3396 Deep Cerise

📋 copy color: '#DD3396'

red 221 ◦ green 51 ◦ blue 150

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

Shades of Deep Cerise #DD3396

Tints of Deep Cerise #DD3396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.09%

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 52.37%
G = 12.09%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3396 (or 0xDD3396) is known color: Deep Cerise. HEX triplet: DD, 33 and 96. RGB value is (221,51,150). Sum of RGB (Red+Green+Blue) = 221+51+150=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3396 is #22CC69. Grayscale: #707070. Windows color (decimal): -2280554 or 9843677. OLE color: 9843677.

HSL color Cylindrical-coordinate representation of color #DD3396: hue angle of 325.06º degrees, saturation: 0.71, 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 #DD3396 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 150 -
CMYK 0 0.77 0.32 0.13
HSL 325.06º 0.71% 0.53% -
HSV(B) 325.06º 0.77% 0.87% -
XYZ 36.51 19.94 30.78 -
YUV 113.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 221 51 150 0 0.77 0.32 0.13 325.06 0.71 0.53
Hex DD 33 96 0 4D 20 D 145 47 35
Octal 335 63 226 0 115 40 15 505 107 65
Binary 11011101 110011 10010110 0 1001101 100000 1101 101000101 1000111 110101

Color Harmonies of #DD3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3396

Black with #DD3396

Text Example


Text Example

White with #DD3396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3396; }

 p { color: rgb(221,51,150); }

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

background-color css

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

 a { background-color: rgb(221,51,150); }

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

border-color css

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

 span { border-color: rgb(221,51,150); }

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