Html Css Color HEX #DC2194 Deep Cerise

📋 copy color: '#DC2194'

red 220 ◦ green 33 ◦ blue 148

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

Shades of Deep Cerise #DC2194

Tints of Deep Cerise #DC2194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 54.86%
G = 8.23%
B = 36.91%

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

#DC2194 (or 0xDC2194) is known color: Deep Cerise. HEX triplet: DC, 21 and 94. RGB value is (220,33,148). Sum of RGB (Red+Green+Blue) = 220+33+148=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2194 is #23DE6B. Grayscale: #656565. Windows color (decimal): -2350700 or 9707996. OLE color: 9707996.

HSL color Cylindrical-coordinate representation of color #DC2194: hue angle of 323.1º 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 #DC2194 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 148 -
CMYK 0 0.85 0.33 0.14
HSL 323.1º 0.74% 0.5% -
HSV(B) 323.1º 0.85% 0.86% -
XYZ 35.4 18.44 29.71 -
YUV 102.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 220 33 148 0 0.85 0.33 0.14 323.1 0.74 0.5
Hex DC 21 94 0 55 21 E 143 4A 32
Octal 334 41 224 0 125 41 16 503 112 62
Binary 11011100 100001 10010100 0 1010101 100001 1110 101000011 1001010 110010

Color Harmonies of #DC2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2194

Black with #DC2194

Text Example


Text Example

White with #DC2194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2194; }

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

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

background-color css

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

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

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

border-color css

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

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

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