Html Css Color HEX #DC3880 Deep Cerise

📋 copy color: '#DC3880'

red 220 ◦ green 56 ◦ blue 128

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

Shades of Deep Cerise #DC3880

Tints of Deep Cerise #DC3880

RGB

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

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

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

R = 54.46%
G = 13.86%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC3880 (or 0xDC3880) is known color: Deep Cerise. HEX triplet: DC, 38 and 80. RGB value is (220,56,128). Sum of RGB (Red+Green+Blue) = 220+56+128=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3880 is #23C77F. Grayscale: #717171. Windows color (decimal): -2344832 or 8403164. OLE color: 8403164.

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

Color convert

RGB 220 56 128 -
CMYK 0 0.75 0.42 0.14
HSL 333.66º 0.7% 0.54% -
HSV(B) 333.66º 0.75% 0.86% -
XYZ 34.83 19.6 22.37 -
YUV 113.24 136.33 204.15 -
System Red Green Blue C M Y K H S L
Decimal 220 56 128 0 0.75 0.42 0.14 333.66 0.7 0.54
Hex DC 38 80 0 4B 2A E 14E 46 36
Octal 334 70 200 0 113 52 16 516 106 66
Binary 11011100 111000 10000000 0 1001011 101010 1110 101001110 1000110 110110

Color Harmonies of #DC3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3880

Black with #DC3880

Text Example


Text Example

White with #DC3880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3880; }

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

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

background-color css

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

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

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

border-color css

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

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

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