Html Css Color HEX #DC3093 Deep Cerise

📋 copy color: '#DC3093'

red 220 ◦ green 48 ◦ blue 147

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

Shades of Deep Cerise #DC3093

Tints of Deep Cerise #DC3093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 53.01%
G = 11.57%
B = 35.42%

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

#DC3093 (or 0xDC3093) is known color: Deep Cerise. HEX triplet: DC, 30 and 93. RGB value is (220,48,147). Sum of RGB (Red+Green+Blue) = 220+48+147=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3093 is #23CF6C. Grayscale: #6E6E6E. Windows color (decimal): -2346861 or 9646300. OLE color: 9646300.

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

Color convert

RGB 220 48 147 -
CMYK 0 0.78 0.33 0.14
HSL 325.47º 0.71% 0.53% -
HSV(B) 325.47º 0.78% 0.86% -
XYZ 35.84 19.44 29.47 -
YUV 110.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 220 48 147 0 0.78 0.33 0.14 325.47 0.71 0.53
Hex DC 30 93 0 4E 21 E 145 47 35
Octal 334 60 223 0 116 41 16 505 107 65
Binary 11011100 110000 10010011 0 1001110 100001 1110 101000101 1000111 110101

Color Harmonies of #DC3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3093

Black with #DC3093

Text Example


Text Example

White with #DC3093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3093; }

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

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

background-color css

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

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

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

border-color css

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

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

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