Html Css Color HEX #DC3E92 Deep Cerise

📋 copy color: '#DC3E92'

red 220 ◦ green 62 ◦ blue 146

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

Shades of Deep Cerise #DC3E92

Tints of Deep Cerise #DC3E92

RGB

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

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

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

R = 51.4%
G = 14.49%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC3E92 (or 0xDC3E92) is known color: Deep Cerise. HEX triplet: DC, 3E and 92. RGB value is (220,62,146). Sum of RGB (Red+Green+Blue) = 220+62+146=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E92 is #23C16D. Grayscale: #767676. Windows color (decimal): -2343278 or 9584348. OLE color: 9584348.

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

Color convert

RGB 220 62 146 -
CMYK 0 0.72 0.34 0.14
HSL 328.1º 0.69% 0.55% -
HSV(B) 328.1º 0.72% 0.86% -
XYZ 36.43 20.74 29.28 -
YUV 118.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 220 62 146 0 0.72 0.34 0.14 328.1 0.69 0.55
Hex DC 3E 92 0 48 22 E 148 45 37
Octal 334 76 222 0 110 42 16 510 105 67
Binary 11011100 111110 10010010 0 1001000 100010 1110 101001000 1000101 110111

Color Harmonies of #DC3E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E92

Black with #DC3E92

Text Example


Text Example

White with #DC3E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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