Html Css Color HEX #D515AF Deep Magenta

📋 copy color: '#D515AF'

red 213 ◦ green 21 ◦ blue 175

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

Shades of Deep Magenta #D515AF

Tints of Deep Magenta #D515AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 52.08%
G = 5.13%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D515AF (or 0xD515AF) is known color: Deep Magenta. HEX triplet: D5, 15 and AF. RGB value is (213,21,175). Sum of RGB (Red+Green+Blue) = 213+21+175=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D515AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515AF is #2AEA50. Grayscale: #5F5F5F. Windows color (decimal): -2812497 or 11474389. OLE color: 11474389.

HSL color Cylindrical-coordinate representation of color #D515AF: hue angle of 311.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D515AF is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 175 -
CMYK 0 0.90 0.18 0.16
HSL 311.88º 0.82% 0.46% -
HSV(B) 311.88º 0.9% 0.84% -
XYZ 35.45 17.78 42.12 -
YUV 95.96 172.61 211.48 -
System Red Green Blue C M Y K H S L
Decimal 213 21 175 0 0.90 0.18 0.16 311.88 0.82 0.46
Hex D5 15 AF 0 5A 12 10 138 52 2E
Octal 325 25 257 0 132 22 20 470 122 56
Binary 11010101 10101 10101111 0 1011010 10010 10000 100111000 1010010 101110

Color Harmonies of #D515AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515AF

Black with #D515AF

Text Example


Text Example

White with #D515AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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