Html Css Color HEX #DD3392 Deep Cerise

📋 copy color: '#DD3392'

red 221 ◦ green 51 ◦ blue 146

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

Shades of Deep Cerise #DD3392

Tints of Deep Cerise #DD3392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 52.87%
G = 12.2%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD3392 (or 0xDD3392) is known color: Deep Cerise. HEX triplet: DD, 33 and 92. RGB value is (221,51,146). Sum of RGB (Red+Green+Blue) = 221+51+146=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3392 is #22CC6D. Grayscale: #707070. Windows color (decimal): -2280558 or 9581533. OLE color: 9581533.

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

Color convert

RGB 221 51 146 -
CMYK 0 0.77 0.34 0.13
HSL 326.47º 0.71% 0.53% -
HSV(B) 326.47º 0.77% 0.87% -
XYZ 36.19 19.82 29.11 -
YUV 112.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 221 51 146 0 0.77 0.34 0.13 326.47 0.71 0.53
Hex DD 33 92 0 4D 22 D 146 47 35
Octal 335 63 222 0 115 42 15 506 107 65
Binary 11011101 110011 10010010 0 1001101 100010 1101 101000110 1000111 110101

Color Harmonies of #DD3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3392

Black with #DD3392

Text Example


Text Example

White with #DD3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3392; }

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

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

background-color css

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

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

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

border-color css

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

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

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