Html Css Color HEX #D915DF Deep Magenta

📋 copy color: '#D915DF'

red 217 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #D915DF

Tints of Deep Magenta #D915DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 47.07%
G = 4.56%
B = 48.37%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D915DF (or 0xD915DF) is known color: Deep Magenta. HEX triplet: D9, 15 and DF. RGB value is (217,21,223). Sum of RGB (Red+Green+Blue) = 217+21+223=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #D915DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915DF is #26EA20. Grayscale: #666666. Windows color (decimal): -2550305 or 14620121. OLE color: 14620121.

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

Color convert

RGB 217 21 223 -
CMYK 0.03 0.91 0 0.13
HSL 298.22º 0.83% 0.48% -
HSV(B) 298.22º 0.91% 0.87% -
XYZ 42.2 20.62 71.57 -
YUV 102.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 217 21 223 0.03 0.91 0 0.13 298.22 0.83 0.48
Hex D9 15 DF 3 5B 0 D 12A 53 30
Octal 331 25 337 3 133 0 15 452 123 60
Binary 11011001 10101 11011111 11 1011011 0 1101 100101010 1010011 110000

Color Harmonies of #D915DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915DF

Black with #D915DF

Text Example


Text Example

White with #D915DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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