Html Css Color HEX #DC2193 Deep Cerise

📋 copy color: '#DC2193'

red 220 ◦ green 33 ◦ blue 147

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

Shades of Deep Cerise #DC2193

Tints of Deep Cerise #DC2193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.25%

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

R = 55%
G = 8.25%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC2193 (or 0xDC2193) is known color: Deep Cerise. HEX triplet: DC, 21 and 93. RGB value is (220,33,147). Sum of RGB (Red+Green+Blue) = 220+33+147=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2193 is #23DE6C. Grayscale: #656565. Windows color (decimal): -2350701 or 9642460. OLE color: 9642460.

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

Color convert

RGB 220 33 147 -
CMYK 0 0.85 0.33 0.14
HSL 323.42º 0.74% 0.5% -
HSV(B) 323.42º 0.85% 0.86% -
XYZ 35.33 18.41 29.3 -
YUV 101.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 220 33 147 0 0.85 0.33 0.14 323.42 0.74 0.5
Hex DC 21 93 0 55 21 E 143 4A 32
Octal 334 41 223 0 125 41 16 503 112 62
Binary 11011100 100001 10010011 0 1010101 100001 1110 101000011 1001010 110010

Color Harmonies of #DC2193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2193

Black with #DC2193

Text Example


Text Example

White with #DC2193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2193; }

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

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

background-color css

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

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

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

border-color css

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

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

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