Html Css Color HEX #DC2092 Deep Cerise

📋 copy color: '#DC2092'

red 220 ◦ green 32 ◦ blue 146

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

Shades of Deep Cerise #DC2092

Tints of Deep Cerise #DC2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.04%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 55.28%
G = 8.04%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC2092 (or 0xDC2092) is known color: Deep Cerise. HEX triplet: DC, 20 and 92. RGB value is (220,32,146). Sum of RGB (Red+Green+Blue) = 220+32+146=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2092 is #23DF6D. Grayscale: #646464. Windows color (decimal): -2350958 or 9576668. OLE color: 9576668.

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

Color convert

RGB 220 32 146 -
CMYK 0 0.85 0.34 0.14
HSL 323.62º 0.75% 0.49% -
HSV(B) 323.62º 0.85% 0.86% -
XYZ 35.22 18.32 28.87 -
YUV 101.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 220 32 146 0 0.85 0.34 0.14 323.62 0.75 0.49
Hex DC 20 92 0 55 22 E 144 4B 31
Octal 334 40 222 0 125 42 16 504 113 61
Binary 11011100 100000 10010010 0 1010101 100010 1110 101000100 1001011 110001

Color Harmonies of #DC2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2092

Black with #DC2092

Text Example


Text Example

White with #DC2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2092; }

 p { color: rgb(220,32,146); }

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

background-color css

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

 a { background-color: rgb(220,32,146); }

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

border-color css

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

 span { border-color: rgb(220,32,146); }

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