Html Css Color HEX #D915E0 Deep Magenta

📋 copy color: '#D915E0'

red 217 ◦ green 21 ◦ blue 224

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

Shades of Deep Magenta #D915E0

Tints of Deep Magenta #D915E0

RGB

 RED value IS 217 (85.16% from 255) = 46.97%

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

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 46.97%
G = 4.55%
B = 48.48%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D915E0 (or 0xD915E0) is known color: Deep Magenta. HEX triplet: D9, 15 and E0. RGB value is (217,21,224). Sum of RGB (Red+Green+Blue) = 217+21+224=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #D915E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915E0 is #26EA1F. Grayscale: #666666. Windows color (decimal): -2550304 or 14685657. OLE color: 14685657.

HSL color Cylindrical-coordinate representation of color #D915E0: hue angle of 297.93º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915E0 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 21 224 -
CMYK 0.03 0.91 0 0.12
HSL 297.93º 0.83% 0.48% -
HSV(B) 297.93º 0.91% 0.88% -
XYZ 42.34 20.67 72.28 -
YUV 102.75 196.43 209.49 -
System Red Green Blue C M Y K H S L
Decimal 217 21 224 0.03 0.91 0 0.12 297.93 0.83 0.48
Hex D9 15 E0 3 5B 0 C 12A 53 30
Octal 331 25 340 3 133 0 14 452 123 60
Binary 11011001 10101 11100000 11 1011011 0 1100 100101010 1010011 110000

Color Harmonies of #D915E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915E0

Black with #D915E0

Text Example


Text Example

White with #D915E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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