Html Css Color HEX #DC3982 Deep Cerise

📋 copy color: '#DC3982'

red 220 ◦ green 57 ◦ blue 130

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

Shades of Deep Cerise #DC3982

Tints of Deep Cerise #DC3982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14%

 BLUE value IS 130 (51.17% from 255) = 31.94%

R = 54.05%
G = 14%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC3982 (or 0xDC3982) is known color: Deep Cerise. HEX triplet: DC, 39 and 82. RGB value is (220,57,130). Sum of RGB (Red+Green+Blue) = 220+57+130=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3982 is #23C67D. Grayscale: #717171. Windows color (decimal): -2344574 or 8534492. OLE color: 8534492.

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

Color convert

RGB 220 57 130 -
CMYK 0 0.74 0.41 0.14
HSL 333.13º 0.7% 0.54% -
HSV(B) 333.13º 0.74% 0.86% -
XYZ 35.01 19.75 23.09 -
YUV 114.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 220 57 130 0 0.74 0.41 0.14 333.13 0.7 0.54
Hex DC 39 82 0 4A 29 E 14D 46 36
Octal 334 71 202 0 112 51 16 515 106 66
Binary 11011100 111001 10000010 0 1001010 101001 1110 101001101 1000110 110110

Color Harmonies of #DC3982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3982

Black with #DC3982

Text Example


Text Example

White with #DC3982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3982; }

 p { color: rgb(220,57,130); }

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

background-color css

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

 a { background-color: rgb(220,57,130); }

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

border-color css

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

 span { border-color: rgb(220,57,130); }

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