Html Css Color HEX #DC2094 Deep Cerise

📋 copy color: '#DC2094'

red 220 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #DC2094

Tints of Deep Cerise #DC2094

RGB

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

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

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

R = 55%
G = 8%
B = 37%

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

#DC2094 (or 0xDC2094) is known color: Deep Cerise. HEX triplet: DC, 20 and 94. RGB value is (220,32,148). Sum of RGB (Red+Green+Blue) = 220+32+148=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2094 is #23DF6B. Grayscale: #656565. Windows color (decimal): -2350956 or 9707740. OLE color: 9707740.

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

Color convert

RGB 220 32 148 -
CMYK 0 0.85 0.33 0.14
HSL 322.98º 0.75% 0.49% -
HSV(B) 322.98º 0.85% 0.86% -
XYZ 35.38 18.39 29.7 -
YUV 101.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 220 32 148 0 0.85 0.33 0.14 322.98 0.75 0.49
Hex DC 20 94 0 55 21 E 143 4B 31
Octal 334 40 224 0 125 41 16 503 113 61
Binary 11011100 100000 10010100 0 1010101 100001 1110 101000011 1001011 110001

Color Harmonies of #DC2094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2094

Black with #DC2094

Text Example


Text Example

White with #DC2094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2094; }

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

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

background-color css

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

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

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

border-color css

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

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

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