Html Css Color HEX #DC3893 Deep Cerise

📋 copy color: '#DC3893'

red 220 ◦ green 56 ◦ blue 147

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

Shades of Deep Cerise #DC3893

Tints of Deep Cerise #DC3893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.24%

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

R = 52.01%
G = 13.24%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC3893 (or 0xDC3893) is known color: Deep Cerise. HEX triplet: DC, 38 and 93. RGB value is (220,56,147). Sum of RGB (Red+Green+Blue) = 220+56+147=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3893 is #23C76C. Grayscale: #737373. Windows color (decimal): -2344813 or 9648348. OLE color: 9648348.

HSL color Cylindrical-coordinate representation of color #DC3893: hue angle of 326.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3893 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 147 -
CMYK 0 0.75 0.33 0.14
HSL 326.71º 0.7% 0.54% -
HSV(B) 326.71º 0.75% 0.86% -
XYZ 36.2 20.15 29.59 -
YUV 115.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 220 56 147 0 0.75 0.33 0.14 326.71 0.7 0.54
Hex DC 38 93 0 4B 21 E 147 46 36
Octal 334 70 223 0 113 41 16 507 106 66
Binary 11011100 111000 10010011 0 1001011 100001 1110 101000111 1000110 110110

Color Harmonies of #DC3893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3893

Black with #DC3893

Text Example


Text Example

White with #DC3893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3893; }

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

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

background-color css

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

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

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

border-color css

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

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

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