Html Css Color HEX #D217DA Deep Magenta

📋 copy color: '#D217DA'

red 210 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #D217DA

Tints of Deep Magenta #D217DA

RGB

 RED value IS 210 (82.42% from 255) = 46.56%

 GREEN value IS 23 (9.38% from 255) = 5.1%

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

R = 46.56%
G = 5.1%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D217DA (or 0xD217DA) is known color: Deep Magenta. HEX triplet: D2, 17 and DA. RGB value is (210,23,218). Sum of RGB (Red+Green+Blue) = 210+23+218=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #D217DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217DA is #2DE825. Grayscale: #646464. Windows color (decimal): -3008550 or 14292946. OLE color: 14292946.

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

Color convert

RGB 210 23 218 -
CMYK 0.04 0.89 0 0.15
HSL 297.54º 0.81% 0.47% -
HSV(B) 297.54º 0.89% 0.85% -
XYZ 39.54 19.38 67.99 -
YUV 101.14 193.95 205.64 -
System Red Green Blue C M Y K H S L
Decimal 210 23 218 0.04 0.89 0 0.15 297.54 0.81 0.47
Hex D2 17 DA 4 59 0 F 12A 51 2F
Octal 322 27 332 4 131 0 17 452 121 57
Binary 11010010 10111 11011010 100 1011001 0 1111 100101010 1010001 101111

Color Harmonies of #D217DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217DA

Black with #D217DA

Text Example


Text Example

White with #D217DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217DA; }

 p { color: rgb(210,23,218); }

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

background-color css

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

 a { background-color: rgb(210,23,218); }

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

border-color css

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

 span { border-color: rgb(210,23,218); }

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