Html Css Color HEX #DC3493 Deep Cerise

📋 copy color: '#DC3493'

red 220 ◦ green 52 ◦ blue 147

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

Shades of Deep Cerise #DC3493

Tints of Deep Cerise #DC3493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 52.51%
G = 12.41%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC3493 (or 0xDC3493) is known color: Deep Cerise. HEX triplet: DC, 34 and 93. RGB value is (220,52,147). Sum of RGB (Red+Green+Blue) = 220+52+147=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3493 is #23CB6C. Grayscale: #707070. Windows color (decimal): -2345837 or 9647324. OLE color: 9647324.

HSL color Cylindrical-coordinate representation of color #DC3493: hue angle of 326.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3493 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 147 -
CMYK 0 0.76 0.33 0.14
HSL 326.07º 0.71% 0.53% -
HSV(B) 326.07º 0.76% 0.86% -
XYZ 36.01 19.78 29.52 -
YUV 113.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 220 52 147 0 0.76 0.33 0.14 326.07 0.71 0.53
Hex DC 34 93 0 4C 21 E 146 47 35
Octal 334 64 223 0 114 41 16 506 107 65
Binary 11011100 110100 10010011 0 1001100 100001 1110 101000110 1000111 110101

Color Harmonies of #DC3493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3493

Black with #DC3493

Text Example


Text Example

White with #DC3493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3493; }

 p { color: rgb(220,52,147); }

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

background-color css

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

 a { background-color: rgb(220,52,147); }

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

border-color css

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

 span { border-color: rgb(220,52,147); }

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