Html Css Color HEX #D815DA Deep Magenta

📋 copy color: '#D815DA'

red 216 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #D815DA

Tints of Deep Magenta #D815DA

RGB

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

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

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

R = 47.47%
G = 4.62%
B = 47.91%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D815DA (or 0xD815DA) is known color: Deep Magenta. HEX triplet: D8, 15 and DA. RGB value is (216,21,218). Sum of RGB (Red+Green+Blue) = 216+21+218=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #D815DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815DA is #27EA25. Grayscale: #656565. Windows color (decimal): -2615846 or 14292440. OLE color: 14292440.

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

Color convert

RGB 216 21 218 -
CMYK 0.01 0.90 0 0.15
HSL 299.39º 0.82% 0.47% -
HSV(B) 299.39º 0.9% 0.85% -
XYZ 41.24 20.2 68.05 -
YUV 101.76 193.6 209.48 -
System Red Green Blue C M Y K H S L
Decimal 216 21 218 0.01 0.90 0 0.15 299.39 0.82 0.47
Hex D8 15 DA 1 5A 0 F 12B 52 2F
Octal 330 25 332 1 132 0 17 453 122 57
Binary 11011000 10101 11011010 1 1011010 0 1111 100101011 1010010 101111

Color Harmonies of #D815DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815DA

Black with #D815DA

Text Example


Text Example

White with #D815DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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