Html Css Color HEX #DA27DC Deep Magenta

📋 copy color: '#DA27DC'

red 218 ◦ green 39 ◦ blue 220

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

Shades of Deep Magenta #DA27DC

Tints of Deep Magenta #DA27DC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 218 39 220 -
CMYK 0.01 0.82 0 0.14
HSL 299.34º 0.72% 0.51% -
HSV(B) 299.34º 0.82% 0.86% -
XYZ 42.56 21.52 69.62 -
YUV 113.16 188.3 202.78 -
System Red Green Blue C M Y K H S L
Decimal 218 39 220 0.01 0.82 0 0.14 299.34 0.72 0.51
Hex DA 27 DC 1 52 0 E 12B 48 33
Octal 332 47 334 1 122 0 16 453 110 63
Binary 11011010 100111 11011100 1 1010010 0 1110 100101011 1001000 110011

Color Harmonies of #DA27DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA27DC

Black with #DA27DC

Text Example


Text Example

White with #DA27DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA27DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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