Html Css Color HEX #DC3E90 Deep Cerise

📋 copy color: '#DC3E90'

red 220 ◦ green 62 ◦ blue 144

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

Shades of Deep Cerise #DC3E90

Tints of Deep Cerise #DC3E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.55%

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

R = 51.64%
G = 14.55%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC3E90 (or 0xDC3E90) is known color: Deep Cerise. HEX triplet: DC, 3E and 90. RGB value is (220,62,144). Sum of RGB (Red+Green+Blue) = 220+62+144=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E90 is #23C16F. Grayscale: #767676. Windows color (decimal): -2343280 or 9453276. OLE color: 9453276.

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

Color convert

RGB 220 62 144 -
CMYK 0 0.72 0.35 0.14
HSL 328.86º 0.69% 0.55% -
HSV(B) 328.86º 0.72% 0.86% -
XYZ 36.27 20.67 28.46 -
YUV 118.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 220 62 144 0 0.72 0.35 0.14 328.86 0.69 0.55
Hex DC 3E 90 0 48 23 E 149 45 37
Octal 334 76 220 0 110 43 16 511 105 67
Binary 11011100 111110 10010000 0 1001000 100011 1110 101001001 1000101 110111

Color Harmonies of #DC3E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E90

Black with #DC3E90

Text Example


Text Example

White with #DC3E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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