Html Css Color HEX #D718DA Deep Magenta

📋 copy color: '#D718DA'

red 215 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #D718DA

Tints of Deep Magenta #D718DA

RGB

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

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

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

R = 47.05%
G = 5.25%
B = 47.7%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D718DA (or 0xD718DA) is known color: Deep Magenta. HEX triplet: D7, 18 and DA. RGB value is (215,24,218). Sum of RGB (Red+Green+Blue) = 215+24+218=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #D718DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D718DA is #28E725. Grayscale: #666666. Windows color (decimal): -2680614 or 14293207. OLE color: 14293207.

HSL color Cylindrical-coordinate representation of color #D718DA: hue angle of 299.07º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D718DA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 24 218 -
CMYK 0.01 0.89 0 0.15
HSL 299.07º 0.8% 0.47% -
HSV(B) 299.07º 0.89% 0.85% -
XYZ 41.01 20.16 68.06 -
YUV 103.23 192.78 207.73 -
System Red Green Blue C M Y K H S L
Decimal 215 24 218 0.01 0.89 0 0.15 299.07 0.8 0.47
Hex D7 18 DA 1 59 0 F 12B 50 2F
Octal 327 30 332 1 131 0 17 453 120 57
Binary 11010111 11000 11011010 1 1011001 0 1111 100101011 1010000 101111

Color Harmonies of #D718DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718DA

Black with #D718DA

Text Example


Text Example

White with #D718DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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