Html Css Color HEX #DC3395 Deep Cerise

📋 copy color: '#DC3395'

red 220 ◦ green 51 ◦ blue 149

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

Shades of Deep Cerise #DC3395

Tints of Deep Cerise #DC3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.14%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 52.38%
G = 12.14%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC3395 (or 0xDC3395) is known color: Deep Cerise. HEX triplet: DC, 33 and 95. RGB value is (220,51,149). Sum of RGB (Red+Green+Blue) = 220+51+149=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3395 is #23CC6A. Grayscale: #707070. Windows color (decimal): -2346091 or 9778140. OLE color: 9778140.

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

Color convert

RGB 220 51 149 -
CMYK 0 0.77 0.32 0.14
HSL 325.21º 0.71% 0.53% -
HSV(B) 325.21º 0.77% 0.86% -
XYZ 36.12 19.75 30.34 -
YUV 112.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 220 51 149 0 0.77 0.32 0.14 325.21 0.71 0.53
Hex DC 33 95 0 4D 20 E 145 47 35
Octal 334 63 225 0 115 40 16 505 107 65
Binary 11011100 110011 10010101 0 1001101 100000 1110 101000101 1000111 110101

Color Harmonies of #DC3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3395

Black with #DC3395

Text Example


Text Example

White with #DC3395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3395; }

 p { color: rgb(220,51,149); }

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

background-color css

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

 a { background-color: rgb(220,51,149); }

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

border-color css

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

 span { border-color: rgb(220,51,149); }

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