Html Css Color HEX #DC3A99 Deep Cerise

📋 copy color: '#DC3A99'

red 220 ◦ green 58 ◦ blue 153

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

Shades of Deep Cerise #DC3A99

Tints of Deep Cerise #DC3A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.46%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 51.04%
G = 13.46%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC3A99 (or 0xDC3A99) is known color: Deep Cerise. HEX triplet: DC, 3A and 99. RGB value is (220,58,153). Sum of RGB (Red+Green+Blue) = 220+58+153=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3A99 is #23C566. Grayscale: #757575. Windows color (decimal): -2344295 or 10042076. OLE color: 10042076.

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

Color convert

RGB 220 58 153 -
CMYK 0 0.74 0.30 0.14
HSL 324.81º 0.7% 0.55% -
HSV(B) 324.81º 0.74% 0.86% -
XYZ 36.78 20.54 32.16 -
YUV 117.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 220 58 153 0 0.74 0.30 0.14 324.81 0.7 0.55
Hex DC 3A 99 0 4A 1E E 145 46 37
Octal 334 72 231 0 112 36 16 505 106 67
Binary 11011100 111010 10011001 0 1001010 11110 1110 101000101 1000110 110111

Color Harmonies of #DC3A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A99

Black with #DC3A99

Text Example


Text Example

White with #DC3A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A99; }

 p { color: rgb(220,58,153); }

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

background-color css

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

 a { background-color: rgb(220,58,153); }

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

border-color css

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

 span { border-color: rgb(220,58,153); }

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