Html Css Color HEX #DC3F80 Deep Cerise

📋 copy color: '#DC3F80'

red 220 ◦ green 63 ◦ blue 128

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

Shades of Deep Cerise #DC3F80

Tints of Deep Cerise #DC3F80

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 53.53%
G = 15.33%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC3F80 (or 0xDC3F80) is known color: Deep Cerise. HEX triplet: DC, 3F and 80. RGB value is (220,63,128). Sum of RGB (Red+Green+Blue) = 220+63+128=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F80 is #23C07F. Grayscale: #757575. Windows color (decimal): -2343040 or 8404956. OLE color: 8404956.

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

Color convert

RGB 220 63 128 -
CMYK 0 0.71 0.42 0.14
HSL 335.16º 0.69% 0.55% -
HSV(B) 335.16º 0.71% 0.86% -
XYZ 35.19 20.33 22.49 -
YUV 117.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 220 63 128 0 0.71 0.42 0.14 335.16 0.69 0.55
Hex DC 3F 80 0 47 2A E 14F 45 37
Octal 334 77 200 0 107 52 16 517 105 67
Binary 11011100 111111 10000000 0 1000111 101010 1110 101001111 1000101 110111

Color Harmonies of #DC3F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F80

Black with #DC3F80

Text Example


Text Example

White with #DC3F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F80; }

 p { color: rgb(220,63,128); }

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

background-color css

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

 a { background-color: rgb(220,63,128); }

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

border-color css

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

 span { border-color: rgb(220,63,128); }

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