Html Css Color HEX #D216DA Deep Magenta

📋 copy color: '#D216DA'

red 210 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #D216DA

Tints of Deep Magenta #D216DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.89%

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

R = 46.67%
G = 4.89%
B = 48.44%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D216DA (or 0xD216DA) is known color: Deep Magenta. HEX triplet: D2, 16 and DA. RGB value is (210,22,218). Sum of RGB (Red+Green+Blue) = 210+22+218=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #D216DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216DA is #2DE925. Grayscale: #636363. Windows color (decimal): -3008806 or 14292690. OLE color: 14292690.

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

Color convert

RGB 210 22 218 -
CMYK 0.04 0.90 0 0.15
HSL 297.55º 0.82% 0.47% -
HSV(B) 297.55º 0.9% 0.85% -
XYZ 39.52 19.34 67.98 -
YUV 100.56 194.28 206.06 -
System Red Green Blue C M Y K H S L
Decimal 210 22 218 0.04 0.90 0 0.15 297.55 0.82 0.47
Hex D2 16 DA 4 5A 0 F 12A 52 2F
Octal 322 26 332 4 132 0 17 452 122 57
Binary 11010010 10110 11011010 100 1011010 0 1111 100101010 1010010 101111

Color Harmonies of #D216DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216DA

Black with #D216DA

Text Example


Text Example

White with #D216DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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