Html Css Color HEX #DA15D9 Deep Magenta

📋 copy color: '#DA15D9'

red 218 ◦ green 21 ◦ blue 217

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

Shades of Deep Magenta #DA15D9

Tints of Deep Magenta #DA15D9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.61%

 BLUE value IS 217 (85.16% from 255) = 47.59%

R = 47.81%
G = 4.61%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA15D9 (or 0xDA15D9) is known color: Deep Magenta. HEX triplet: DA, 15 and D9. RGB value is (218,21,217). Sum of RGB (Red+Green+Blue) = 218+21+217=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15D9 is #25EA26. Grayscale: #656565. Windows color (decimal): -2484775 or 14226906. OLE color: 14226906.

HSL color Cylindrical-coordinate representation of color #DA15D9: hue angle of 300.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15D9 is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 217 -
CMYK 0 0.90 0.00 0.15
HSL 300.3º 0.82% 0.47% -
HSV(B) 300.3º 0.9% 0.85% -
XYZ 41.71 20.45 67.4 -
YUV 102.25 192.77 210.56 -
System Red Green Blue C M Y K H S L
Decimal 218 21 217 0 0.90 0.00 0.15 300.3 0.82 0.47
Hex DA 15 D9 0 5A 0 F 12C 52 2F
Octal 332 25 331 0 132 0 17 454 122 57
Binary 11011010 10101 11011001 0 1011010 0 1111 100101100 1010010 101111

Color Harmonies of #DA15D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15D9

Black with #DA15D9

Text Example


Text Example

White with #DA15D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15D9; }

 p { color: rgb(218,21,217); }

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

background-color css

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

 a { background-color: rgb(218,21,217); }

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

border-color css

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

 span { border-color: rgb(218,21,217); }

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