Html Css Color HEX #D718DC Deep Magenta

📋 copy color: '#D718DC'

red 215 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #D718DC

Tints of Deep Magenta #D718DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.23%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 46.84%
G = 5.23%
B = 47.93%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D718DC (or 0xD718DC) is known color: Deep Magenta. HEX triplet: D7, 18 and DC. RGB value is (215,24,220). Sum of RGB (Red+Green+Blue) = 215+24+220=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #D718DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D718DC is #28E723. Grayscale: #666666. Windows color (decimal): -2680612 or 14424279. OLE color: 14424279.

HSL color Cylindrical-coordinate representation of color #D718DC: hue angle of 298.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D718DC is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 24 220 -
CMYK 0.02 0.89 0 0.14
HSL 298.47º 0.8% 0.48% -
HSV(B) 298.47º 0.89% 0.86% -
XYZ 41.27 20.27 69.45 -
YUV 103.45 193.78 207.56 -
System Red Green Blue C M Y K H S L
Decimal 215 24 220 0.02 0.89 0 0.14 298.47 0.8 0.48
Hex D7 18 DC 2 59 0 E 12A 50 30
Octal 327 30 334 2 131 0 16 452 120 60
Binary 11010111 11000 11011100 10 1011001 0 1110 100101010 1010000 110000

Color Harmonies of #D718DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718DC

Black with #D718DC

Text Example


Text Example

White with #D718DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718DC; }

 p { color: rgb(215,24,220); }

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

background-color css

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

 a { background-color: rgb(215,24,220); }

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

border-color css

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

 span { border-color: rgb(215,24,220); }

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