Html Css Color HEX #DA15DD Deep Magenta

📋 copy color: '#DA15DD'

red 218 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #DA15DD

Tints of Deep Magenta #DA15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 47.39%
G = 4.57%
B = 48.04%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA15DD (or 0xDA15DD) is known color: Deep Magenta. HEX triplet: DA, 15 and DD. RGB value is (218,21,221). Sum of RGB (Red+Green+Blue) = 218+21+221=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15DD is #25EA22. Grayscale: #666666. Windows color (decimal): -2484771 or 14489050. OLE color: 14489050.

HSL color Cylindrical-coordinate representation of color #DA15DD: hue angle of 299.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15DD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 21 221 -
CMYK 0.01 0.90 0 0.13
HSL 299.1º 0.83% 0.47% -
HSV(B) 299.1º 0.9% 0.87% -
XYZ 42.23 20.66 70.17 -
YUV 102.7 194.77 210.24 -
System Red Green Blue C M Y K H S L
Decimal 218 21 221 0.01 0.90 0 0.13 299.1 0.83 0.47
Hex DA 15 DD 1 5A 0 D 12B 53 2F
Octal 332 25 335 1 132 0 15 453 123 57
Binary 11011010 10101 11011101 1 1011010 0 1101 100101011 1010011 101111

Color Harmonies of #DA15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15DD

Black with #DA15DD

Text Example


Text Example

White with #DA15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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