Html Css Color HEX #DA17CE Deep Magenta

📋 copy color: '#DA17CE'

red 218 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #DA17CE

Tints of Deep Magenta #DA17CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.15%

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

R = 48.77%
G = 5.15%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA17CE (or 0xDA17CE) is known color: Deep Magenta. HEX triplet: DA, 17 and CE. RGB value is (218,23,206). Sum of RGB (Red+Green+Blue) = 218+23+206=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17CE is #25E831. Grayscale: #656565. Windows color (decimal): -2484274 or 13506522. OLE color: 13506522.

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

Color convert

RGB 218 23 206 -
CMYK 0 0.89 0.06 0.15
HSL 303.69º 0.81% 0.47% -
HSV(B) 303.69º 0.89% 0.85% -
XYZ 40.36 19.97 60.12 -
YUV 102.17 186.6 210.62 -
System Red Green Blue C M Y K H S L
Decimal 218 23 206 0 0.89 0.06 0.15 303.69 0.81 0.47
Hex DA 17 CE 0 59 6 F 130 51 2F
Octal 332 27 316 0 131 6 17 460 121 57
Binary 11011010 10111 11001110 0 1011001 110 1111 100110000 1010001 101111

Color Harmonies of #DA17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17CE

Black with #DA17CE

Text Example


Text Example

White with #DA17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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