Html Css Color HEX #DC27DA Deep Magenta

📋 copy color: '#DC27DA'

red 220 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #DC27DA

Tints of Deep Magenta #DC27DA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.18%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 46.12%
G = 8.18%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC27DA (or 0xDC27DA) is known color: Deep Magenta. HEX triplet: DC, 27 and DA. RGB value is (220,39,218). Sum of RGB (Red+Green+Blue) = 220+39+218=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27DA is #23D825. Grayscale: #707070. Windows color (decimal): -2349094 or 14297052. OLE color: 14297052.

HSL color Cylindrical-coordinate representation of color #DC27DA: hue angle of 300.66º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27DA is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 218 -
CMYK 0 0.82 0.01 0.14
HSL 300.66º 0.72% 0.51% -
HSV(B) 300.66º 0.82% 0.86% -
XYZ 42.9 21.73 68.26 -
YUV 113.53 186.97 203.95 -
System Red Green Blue C M Y K H S L
Decimal 220 39 218 0 0.82 0.01 0.14 300.66 0.72 0.51
Hex DC 27 DA 0 52 1 E 12D 48 33
Octal 334 47 332 0 122 1 16 455 110 63
Binary 11011100 100111 11011010 0 1010010 1 1110 100101101 1001000 110011

Color Harmonies of #DC27DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC27DA

Black with #DC27DA

Text Example


Text Example

White with #DC27DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC27DA; }

 p { color: rgb(220,39,218); }

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

background-color css

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

 a { background-color: rgb(220,39,218); }

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

border-color css

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

 span { border-color: rgb(220,39,218); }

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