Html Css Color HEX #D217DB Deep Magenta

📋 copy color: '#D217DB'

red 210 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #D217DB

Tints of Deep Magenta #D217DB

RGB

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

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

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

R = 46.46%
G = 5.09%
B = 48.45%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D217DB (or 0xD217DB) is known color: Deep Magenta. HEX triplet: D2, 17 and DB. RGB value is (210,23,219). Sum of RGB (Red+Green+Blue) = 210+23+219=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #D217DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217DB is #2DE824. Grayscale: #646464. Windows color (decimal): -3008549 or 14358482. OLE color: 14358482.

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

Color convert

RGB 210 23 219 -
CMYK 0.04 0.89 0 0.14
HSL 297.24º 0.81% 0.47% -
HSV(B) 297.24º 0.89% 0.86% -
XYZ 39.67 19.43 68.68 -
YUV 101.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 210 23 219 0.04 0.89 0 0.14 297.24 0.81 0.47
Hex D2 17 DB 4 59 0 E 129 51 2F
Octal 322 27 333 4 131 0 16 451 121 57
Binary 11010010 10111 11011011 100 1011001 0 1110 100101001 1010001 101111

Color Harmonies of #D217DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217DB

Black with #D217DB

Text Example


Text Example

White with #D217DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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