Html Css Color HEX #DC3C98 Deep Cerise

📋 copy color: '#DC3C98'

red 220 ◦ green 60 ◦ blue 152

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

Shades of Deep Cerise #DC3C98

Tints of Deep Cerise #DC3C98

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.89%

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 50.93%
G = 13.89%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC3C98 (or 0xDC3C98) is known color: Deep Cerise. HEX triplet: DC, 3C and 98. RGB value is (220,60,152). Sum of RGB (Red+Green+Blue) = 220+60+152=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C98 is #23C367. Grayscale: #767676. Windows color (decimal): -2343784 or 9977052. OLE color: 9977052.

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

Color convert

RGB 220 60 152 -
CMYK 0 0.73 0.31 0.14
HSL 325.5º 0.7% 0.55% -
HSV(B) 325.5º 0.73% 0.86% -
XYZ 36.8 20.71 31.76 -
YUV 118.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 220 60 152 0 0.73 0.31 0.14 325.5 0.7 0.55
Hex DC 3C 98 0 49 1F E 146 46 37
Octal 334 74 230 0 111 37 16 506 106 67
Binary 11011100 111100 10011000 0 1001001 11111 1110 101000110 1000110 110111

Color Harmonies of #DC3C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C98

Black with #DC3C98

Text Example


Text Example

White with #DC3C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C98; }

 p { color: rgb(220,60,152); }

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

background-color css

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

 a { background-color: rgb(220,60,152); }

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

border-color css

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

 span { border-color: rgb(220,60,152); }

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