Html Css Color HEX #DC3390 Deep Cerise

📋 copy color: '#DC3390'

red 220 ◦ green 51 ◦ blue 144

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

Shades of Deep Cerise #DC3390

Tints of Deep Cerise #DC3390

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

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

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 53.01%
G = 12.29%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC3390 (or 0xDC3390) is known color: Deep Cerise. HEX triplet: DC, 33 and 90. RGB value is (220,51,144). Sum of RGB (Red+Green+Blue) = 220+51+144=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3390 is #23CC6F. Grayscale: #6F6F6F. Windows color (decimal): -2346096 or 9450460. OLE color: 9450460.

HSL color Cylindrical-coordinate representation of color #DC3390: hue angle of 326.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3390 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 144 -
CMYK 0 0.77 0.35 0.14
HSL 326.98º 0.71% 0.53% -
HSV(B) 326.98º 0.77% 0.86% -
XYZ 35.73 19.6 28.28 -
YUV 112.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 220 51 144 0 0.77 0.35 0.14 326.98 0.71 0.53
Hex DC 33 90 0 4D 23 E 147 47 35
Octal 334 63 220 0 115 43 16 507 107 65
Binary 11011100 110011 10010000 0 1001101 100011 1110 101000111 1000111 110101

Color Harmonies of #DC3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3390

Black with #DC3390

Text Example


Text Example

White with #DC3390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3390; }

 p { color: rgb(220,51,144); }

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

background-color css

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

 a { background-color: rgb(220,51,144); }

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

border-color css

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

 span { border-color: rgb(220,51,144); }

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