Html Css Color HEX #D715D9 Deep Magenta

📋 copy color: '#D715D9'

red 215 ◦ green 21 ◦ blue 217

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

Shades of Deep Magenta #D715D9

Tints of Deep Magenta #D715D9

RGB

 RED value IS 215 (84.38% from 255) = 47.46%

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

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

R = 47.46%
G = 4.64%
B = 47.9%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D715D9 (or 0xD715D9) is known color: Deep Magenta. HEX triplet: D7, 15 and D9. RGB value is (215,21,217). Sum of RGB (Red+Green+Blue) = 215+21+217=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #D715D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715D9 is #28EA26. Grayscale: #646464. Windows color (decimal): -2681383 or 14226903. OLE color: 14226903.

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

Color convert

RGB 215 21 217 -
CMYK 0.01 0.90 0 0.15
HSL 299.39º 0.82% 0.47% -
HSV(B) 299.39º 0.9% 0.85% -
XYZ 40.82 19.99 67.35 -
YUV 101.35 193.27 209.06 -
System Red Green Blue C M Y K H S L
Decimal 215 21 217 0.01 0.90 0 0.15 299.39 0.82 0.47
Hex D7 15 D9 1 5A 0 F 12B 52 2F
Octal 327 25 331 1 132 0 17 453 122 57
Binary 11010111 10101 11011001 1 1011010 0 1111 100101011 1010010 101111

Color Harmonies of #D715D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715D9

Black with #D715D9

Text Example


Text Example

White with #D715D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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