Html Css Color HEX #D818DA Deep Magenta

📋 copy color: '#D818DA'

red 216 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #D818DA

Tints of Deep Magenta #D818DA

RGB

 RED value IS 216 (84.77% from 255) = 47.16%

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

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

R = 47.16%
G = 5.24%
B = 47.6%

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

#D818DA (or 0xD818DA) is known color: Deep Magenta. HEX triplet: D8, 18 and DA. RGB value is (216,24,218). Sum of RGB (Red+Green+Blue) = 216+24+218=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #D818DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D818DA is #27E725. Grayscale: #666666. Windows color (decimal): -2615078 or 14293208. OLE color: 14293208.

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

Color convert

RGB 216 24 218 -
CMYK 0.01 0.89 0 0.15
HSL 299.38º 0.8% 0.47% -
HSV(B) 299.38º 0.89% 0.85% -
XYZ 41.3 20.31 68.07 -
YUV 103.52 192.61 208.23 -
System Red Green Blue C M Y K H S L
Decimal 216 24 218 0.01 0.89 0 0.15 299.38 0.8 0.47
Hex D8 18 DA 1 59 0 F 12B 50 2F
Octal 330 30 332 1 131 0 17 453 120 57
Binary 11011000 11000 11011010 1 1011001 0 1111 100101011 1010000 101111

Color Harmonies of #D818DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D818DA

Black with #D818DA

Text Example


Text Example

White with #D818DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D818DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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