Html Css Color HEX #D915DA Deep Magenta

📋 copy color: '#D915DA'

red 217 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #D915DA

Tints of Deep Magenta #D915DA

RGB

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

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

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

R = 47.59%
G = 4.61%
B = 47.81%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D915DA (or 0xD915DA) is known color: Deep Magenta. HEX triplet: D9, 15 and DA. RGB value is (217,21,218). Sum of RGB (Red+Green+Blue) = 217+21+218=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #D915DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915DA is #26EA25. Grayscale: #656565. Windows color (decimal): -2550310 or 14292441. OLE color: 14292441.

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

Color convert

RGB 217 21 218 -
CMYK 0.00 0.90 0 0.15
HSL 299.7º 0.82% 0.47% -
HSV(B) 299.7º 0.9% 0.85% -
XYZ 41.54 20.35 68.07 -
YUV 102.06 193.43 209.98 -
System Red Green Blue C M Y K H S L
Decimal 217 21 218 0.00 0.90 0 0.15 299.7 0.82 0.47
Hex D9 15 DA 0 5A 0 F 12C 52 2F
Octal 331 25 332 0 132 0 17 454 122 57
Binary 11011001 10101 11011010 0 1011010 0 1111 100101100 1010010 101111

Color Harmonies of #D915DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915DA

Black with #D915DA

Text Example


Text Example

White with #D915DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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