Html Css Color HEX #D216DD Deep Magenta

📋 copy color: '#D216DD'

red 210 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #D216DD

Tints of Deep Magenta #D216DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 46.36%
G = 4.86%
B = 48.79%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D216DD (or 0xD216DD) is known color: Deep Magenta. HEX triplet: D2, 16 and DD. RGB value is (210,22,221). Sum of RGB (Red+Green+Blue) = 210+22+221=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #D216DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216DD is #2DE922. Grayscale: #646464. Windows color (decimal): -3008803 or 14489298. OLE color: 14489298.

HSL color Cylindrical-coordinate representation of color #D216DD: hue angle of 296.68º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D216DD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 22 221 -
CMYK 0.05 0.90 0 0.13
HSL 296.68º 0.82% 0.48% -
HSV(B) 296.68º 0.9% 0.87% -
XYZ 39.92 19.5 70.07 -
YUV 100.9 195.78 205.82 -
System Red Green Blue C M Y K H S L
Decimal 210 22 221 0.05 0.90 0 0.13 296.68 0.82 0.48
Hex D2 16 DD 5 5A 0 D 129 52 30
Octal 322 26 335 5 132 0 15 451 122 60
Binary 11010010 10110 11011101 101 1011010 0 1101 100101001 1010010 110000

Color Harmonies of #D216DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216DD

Black with #D216DD

Text Example


Text Example

White with #D216DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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