Html Css Color HEX #DC2794 Deep Cerise

📋 copy color: '#DC2794'

red 220 ◦ green 39 ◦ blue 148

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

Shades of Deep Cerise #DC2794

Tints of Deep Cerise #DC2794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

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

R = 54.05%
G = 9.58%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC2794 (or 0xDC2794) is known color: Deep Cerise. HEX triplet: DC, 27 and 94. RGB value is (220,39,148). Sum of RGB (Red+Green+Blue) = 220+39+148=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2794 is #23D86B. Grayscale: #696969. Windows color (decimal): -2349164 or 9709532. OLE color: 9709532.

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

Color convert

RGB 220 39 148 -
CMYK 0 0.82 0.33 0.14
HSL 323.87º 0.72% 0.51% -
HSV(B) 323.87º 0.82% 0.86% -
XYZ 35.59 18.8 29.77 -
YUV 105.55 151.97 209.64 -
System Red Green Blue C M Y K H S L
Decimal 220 39 148 0 0.82 0.33 0.14 323.87 0.72 0.51
Hex DC 27 94 0 52 21 E 144 48 33
Octal 334 47 224 0 122 41 16 504 110 63
Binary 11011100 100111 10010100 0 1010010 100001 1110 101000100 1001000 110011

Color Harmonies of #DC2794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2794

Black with #DC2794

Text Example


Text Example

White with #DC2794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2794; }

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

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

background-color css

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

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

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

border-color css

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

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

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