Html Css Color HEX #DC3094 Deep Cerise

📋 copy color: '#DC3094'

red 220 ◦ green 48 ◦ blue 148

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

Shades of Deep Cerise #DC3094

Tints of Deep Cerise #DC3094

RGB

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

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

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

R = 52.88%
G = 11.54%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC3094 (or 0xDC3094) is known color: Deep Cerise. HEX triplet: DC, 30 and 94. RGB value is (220,48,148). Sum of RGB (Red+Green+Blue) = 220+48+148=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3094 is #23CF6B. Grayscale: #6E6E6E. Windows color (decimal): -2346860 or 9711836. OLE color: 9711836.

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

Color convert

RGB 220 48 148 -
CMYK 0 0.78 0.33 0.14
HSL 325.12º 0.71% 0.53% -
HSV(B) 325.12º 0.78% 0.86% -
XYZ 35.92 19.47 29.88 -
YUV 110.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 220 48 148 0 0.78 0.33 0.14 325.12 0.71 0.53
Hex DC 30 94 0 4E 21 E 145 47 35
Octal 334 60 224 0 116 41 16 505 107 65
Binary 11011100 110000 10010100 0 1001110 100001 1110 101000101 1000111 110101

Color Harmonies of #DC3094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3094

Black with #DC3094

Text Example


Text Example

White with #DC3094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3094; }

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

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

background-color css

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

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

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

border-color css

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

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

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