Html Css Color HEX #DA27CE Deep Magenta

📋 copy color: '#DA27CE'

red 218 ◦ green 39 ◦ blue 206

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

Shades of Deep Magenta #DA27CE

Tints of Deep Magenta #DA27CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 47.08%
G = 8.42%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA27CE (or 0xDA27CE) is known color: Deep Magenta. HEX triplet: DA, 27 and CE. RGB value is (218,39,206). Sum of RGB (Red+Green+Blue) = 218+39+206=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27CE is #25D831. Grayscale: #6F6F6F. Windows color (decimal): -2480178 or 13510618. OLE color: 13510618.

HSL color Cylindrical-coordinate representation of color #DA27CE: hue angle of 304.02º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA27CE is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 39 206 -
CMYK 0 0.82 0.06 0.15
HSL 304.02º 0.71% 0.5% -
HSV(B) 304.02º 0.82% 0.85% -
XYZ 40.78 20.81 60.26 -
YUV 111.56 181.3 203.92 -
System Red Green Blue C M Y K H S L
Decimal 218 39 206 0 0.82 0.06 0.15 304.02 0.71 0.5
Hex DA 27 CE 0 52 6 F 130 47 32
Octal 332 47 316 0 122 6 17 460 107 62
Binary 11011010 100111 11001110 0 1010010 110 1111 100110000 1000111 110010

Color Harmonies of #DA27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA27CE

Black with #DA27CE

Text Example


Text Example

White with #DA27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA27CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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