Html Css Color HEX #D216DB Deep Magenta

📋 copy color: '#D216DB'

red 210 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #D216DB

Tints of Deep Magenta #D216DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 46.56%
G = 4.88%
B = 48.56%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D216DB (or 0xD216DB) is known color: Deep Magenta. HEX triplet: D2, 16 and DB. RGB value is (210,22,219). Sum of RGB (Red+Green+Blue) = 210+22+219=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #D216DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216DB is #2DE924. Grayscale: #646464. Windows color (decimal): -3008805 or 14358226. OLE color: 14358226.

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

Color convert

RGB 210 22 219 -
CMYK 0.04 0.90 0 0.14
HSL 297.26º 0.82% 0.47% -
HSV(B) 297.26º 0.9% 0.86% -
XYZ 39.65 19.39 68.67 -
YUV 100.67 194.78 205.98 -
System Red Green Blue C M Y K H S L
Decimal 210 22 219 0.04 0.90 0 0.14 297.26 0.82 0.47
Hex D2 16 DB 4 5A 0 E 129 52 2F
Octal 322 26 333 4 132 0 16 451 122 57
Binary 11010010 10110 11011011 100 1011010 0 1110 100101001 1010010 101111

Color Harmonies of #D216DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216DB

Black with #D216DB

Text Example


Text Example

White with #D216DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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