Html Css Color HEX #DC3692 Deep Cerise

📋 copy color: '#DC3692'

red 220 ◦ green 54 ◦ blue 146

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

Shades of Deep Cerise #DC3692

Tints of Deep Cerise #DC3692

RGB

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

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

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

R = 52.38%
G = 12.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC3692 (or 0xDC3692) is known color: Deep Cerise. HEX triplet: DC, 36 and 92. RGB value is (220,54,146). Sum of RGB (Red+Green+Blue) = 220+54+146=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3692 is #23C96D. Grayscale: #717171. Windows color (decimal): -2345326 or 9582300. OLE color: 9582300.

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

Color convert

RGB 220 54 146 -
CMYK 0 0.75 0.34 0.14
HSL 326.75º 0.7% 0.54% -
HSV(B) 326.75º 0.75% 0.86% -
XYZ 36.02 19.93 29.14 -
YUV 114.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 220 54 146 0 0.75 0.34 0.14 326.75 0.7 0.54
Hex DC 36 92 0 4B 22 E 147 46 36
Octal 334 66 222 0 113 42 16 507 106 66
Binary 11011100 110110 10010010 0 1001011 100010 1110 101000111 1000110 110110

Color Harmonies of #DC3692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3692

Black with #DC3692

Text Example


Text Example

White with #DC3692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3692; }

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

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

background-color css

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

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

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

border-color css

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

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

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