Html Css Color HEX #DC2393 Deep Cerise

📋 copy color: '#DC2393'

red 220 ◦ green 35 ◦ blue 147

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

Shades of Deep Cerise #DC2393

Tints of Deep Cerise #DC2393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.71%

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

R = 54.73%
G = 8.71%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC2393 (or 0xDC2393) is known color: Deep Cerise. HEX triplet: DC, 23 and 93. RGB value is (220,35,147). Sum of RGB (Red+Green+Blue) = 220+35+147=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2393 is #23DC6C. Grayscale: #666666. Windows color (decimal): -2350189 or 9642972. OLE color: 9642972.

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

Color convert

RGB 220 35 147 -
CMYK 0 0.84 0.33 0.14
HSL 323.68º 0.73% 0.5% -
HSV(B) 323.68º 0.84% 0.86% -
XYZ 35.38 18.52 29.31 -
YUV 103.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 220 35 147 0 0.84 0.33 0.14 323.68 0.73 0.5
Hex DC 23 93 0 54 21 E 144 49 32
Octal 334 43 223 0 124 41 16 504 111 62
Binary 11011100 100011 10010011 0 1010100 100001 1110 101000100 1001001 110010

Color Harmonies of #DC2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2393

Black with #DC2393

Text Example


Text Example

White with #DC2393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2393; }

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

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

background-color css

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

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

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

border-color css

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

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

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