Html Css Color HEX #DC3078 Deep Cerise

📋 copy color: '#DC3078'

red 220 ◦ green 48 ◦ blue 120

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

Shades of Deep Cerise #DC3078

Tints of Deep Cerise #DC3078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.37%

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

R = 56.7%
G = 12.37%
B = 30.93%

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

#DC3078 (or 0xDC3078) is known color: Deep Cerise. HEX triplet: DC, 30 and 78. RGB value is (220,48,120). Sum of RGB (Red+Green+Blue) = 220+48+120=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3078 is #23CF87. Grayscale: #6B6B6B. Windows color (decimal): -2346888 or 7876828. OLE color: 7876828.

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

Color convert

RGB 220 48 120 -
CMYK 0 0.78 0.45 0.14
HSL 334.88º 0.71% 0.53% -
HSV(B) 334.88º 0.78% 0.86% -
XYZ 33.96 18.69 19.59 -
YUV 107.64 134.98 208.15 -
System Red Green Blue C M Y K H S L
Decimal 220 48 120 0 0.78 0.45 0.14 334.88 0.71 0.53
Hex DC 30 78 0 4E 2D E 14F 47 35
Octal 334 60 170 0 116 55 16 517 107 65
Binary 11011100 110000 1111000 0 1001110 101101 1110 101001111 1000111 110101

Color Harmonies of #DC3078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3078

Black with #DC3078

Text Example


Text Example

White with #DC3078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3078; }

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

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

background-color css

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

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

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

border-color css

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

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

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