Html Css Color HEX #D017DB Deep Magenta

📋 copy color: '#D017DB'

red 208 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #D017DB

Tints of Deep Magenta #D017DB

RGB

 RED value IS 208 (81.64% from 255) = 46.22%

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

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

R = 46.22%
G = 5.11%
B = 48.67%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D017DB (or 0xD017DB) is known color: Deep Magenta. HEX triplet: D0, 17 and DB. RGB value is (208,23,219). Sum of RGB (Red+Green+Blue) = 208+23+219=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #D017DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D017DB is #2FE824. Grayscale: #646464. Windows color (decimal): -3139621 or 14358480. OLE color: 14358480.

HSL color Cylindrical-coordinate representation of color #D017DB: hue angle of 296.63º 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 #D017DB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 23 219 -
CMYK 0.05 0.89 0 0.14
HSL 296.63º 0.81% 0.47% -
HSV(B) 296.63º 0.89% 0.86% -
XYZ 39.11 19.14 68.65 -
YUV 100.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 208 23 219 0.05 0.89 0 0.14 296.63 0.81 0.47
Hex D0 17 DB 5 59 0 E 129 51 2F
Octal 320 27 333 5 131 0 16 451 121 57
Binary 11010000 10111 11011011 101 1011001 0 1110 100101001 1010001 101111

Color Harmonies of #D017DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017DB

Black with #D017DB

Text Example


Text Example

White with #D017DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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