Html Css Color HEX #D715DA Deep Magenta

📋 copy color: '#D715DA'

red 215 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #D715DA

Tints of Deep Magenta #D715DA

RGB

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

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

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

R = 47.36%
G = 4.63%
B = 48.02%

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

#D715DA (or 0xD715DA) is known color: Deep Magenta. HEX triplet: D7, 15 and DA. RGB value is (215,21,218). Sum of RGB (Red+Green+Blue) = 215+21+218=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #D715DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715DA is #28EA25. Grayscale: #646464. Windows color (decimal): -2681382 or 14292439. OLE color: 14292439.

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

Color convert

RGB 215 21 218 -
CMYK 0.01 0.90 0 0.15
HSL 299.09º 0.82% 0.47% -
HSV(B) 299.09º 0.9% 0.85% -
XYZ 40.95 20.05 68.04 -
YUV 101.46 193.77 208.98 -
System Red Green Blue C M Y K H S L
Decimal 215 21 218 0.01 0.90 0 0.15 299.09 0.82 0.47
Hex D7 15 DA 1 5A 0 F 12B 52 2F
Octal 327 25 332 1 132 0 17 453 122 57
Binary 11010111 10101 11011010 1 1011010 0 1111 100101011 1010010 101111

Color Harmonies of #D715DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715DA

Black with #D715DA

Text Example


Text Example

White with #D715DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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