Html Css Color HEX #DC3178 Deep Cerise

📋 copy color: '#DC3178'

red 220 ◦ green 49 ◦ blue 120

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

Shades of Deep Cerise #DC3178

Tints of Deep Cerise #DC3178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.6%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 56.56%
G = 12.6%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC3178 (or 0xDC3178) is known color: Deep Cerise. HEX triplet: DC, 31 and 78. RGB value is (220,49,120). Sum of RGB (Red+Green+Blue) = 220+49+120=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3178 is #23CE87. Grayscale: #6C6C6C. Windows color (decimal): -2346632 or 7877084. OLE color: 7877084.

HSL color Cylindrical-coordinate representation of color #DC3178: hue angle of 335.09º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3178 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 49 120 -
CMYK 0 0.78 0.45 0.14
HSL 335.09º 0.71% 0.53% -
HSV(B) 335.09º 0.78% 0.86% -
XYZ 34 18.77 19.6 -
YUV 108.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 220 49 120 0 0.78 0.45 0.14 335.09 0.71 0.53
Hex DC 31 78 0 4E 2D E 14F 47 35
Octal 334 61 170 0 116 55 16 517 107 65
Binary 11011100 110001 1111000 0 1001110 101101 1110 101001111 1000111 110101

Color Harmonies of #DC3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3178

Black with #DC3178

Text Example


Text Example

White with #DC3178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3178; }

 p { color: rgb(220,49,120); }

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

background-color css

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

 a { background-color: rgb(220,49,120); }

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

border-color css

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

 span { border-color: rgb(220,49,120); }

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