Html Css Color HEX #D515DA Deep Magenta

📋 copy color: '#D515DA'

red 213 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #D515DA

Tints of Deep Magenta #D515DA

RGB

 RED value IS 213 (83.59% from 255) = 47.12%

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 47.12%
G = 4.65%
B = 48.23%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D515DA (or 0xD515DA) is known color: Deep Magenta. HEX triplet: D5, 15 and DA. RGB value is (213,21,218). Sum of RGB (Red+Green+Blue) = 213+21+218=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #D515DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515DA is #2AEA25. Grayscale: #646464. Windows color (decimal): -2812454 or 14292437. OLE color: 14292437.

HSL color Cylindrical-coordinate representation of color #D515DA: hue angle of 298.48º 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 #D515DA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 21 218 -
CMYK 0.02 0.90 0 0.15
HSL 298.48º 0.82% 0.47% -
HSV(B) 298.48º 0.9% 0.85% -
XYZ 40.36 19.74 68.01 -
YUV 100.87 194.11 207.98 -
System Red Green Blue C M Y K H S L
Decimal 213 21 218 0.02 0.90 0 0.15 298.48 0.82 0.47
Hex D5 15 DA 2 5A 0 F 12A 52 2F
Octal 325 25 332 2 132 0 17 452 122 57
Binary 11010101 10101 11011010 10 1011010 0 1111 100101010 1010010 101111

Color Harmonies of #D515DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515DA

Black with #D515DA

Text Example


Text Example

White with #D515DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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