Html Css Color HEX #DC3690 Deep Cerise

📋 copy color: '#DC3690'

red 220 ◦ green 54 ◦ blue 144

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

Shades of Deep Cerise #DC3690

Tints of Deep Cerise #DC3690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.92%

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

R = 52.63%
G = 12.92%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC3690 (or 0xDC3690) is known color: Deep Cerise. HEX triplet: DC, 36 and 90. RGB value is (220,54,144). Sum of RGB (Red+Green+Blue) = 220+54+144=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3690 is #23C96F. Grayscale: #717171. Windows color (decimal): -2345328 or 9451228. OLE color: 9451228.

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

Color convert

RGB 220 54 144 -
CMYK 0 0.75 0.35 0.14
HSL 327.47º 0.7% 0.54% -
HSV(B) 327.47º 0.75% 0.86% -
XYZ 35.87 19.87 28.33 -
YUV 113.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 220 54 144 0 0.75 0.35 0.14 327.47 0.7 0.54
Hex DC 36 90 0 4B 23 E 147 46 36
Octal 334 66 220 0 113 43 16 507 106 66
Binary 11011100 110110 10010000 0 1001011 100011 1110 101000111 1000110 110110

Color Harmonies of #DC3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3690

Black with #DC3690

Text Example


Text Example

White with #DC3690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3690; }

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

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

background-color css

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

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

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

border-color css

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

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

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