Html Css Color HEX #D017DD Deep Magenta

📋 copy color: '#D017DD'

red 208 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #D017DD

Tints of Deep Magenta #D017DD

RGB

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

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

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

R = 46.02%
G = 5.09%
B = 48.89%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D017DD (or 0xD017DD) is known color: Deep Magenta. HEX triplet: D0, 17 and DD. RGB value is (208,23,221). Sum of RGB (Red+Green+Blue) = 208+23+221=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #D017DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D017DD is #2FE822. Grayscale: #646464. Windows color (decimal): -3139619 or 14489552. OLE color: 14489552.

HSL color Cylindrical-coordinate representation of color #D017DD: hue angle of 296.06º degrees, saturation: 0.81, 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 #D017DD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 23 221 -
CMYK 0.06 0.90 0 0.13
HSL 296.06º 0.81% 0.48% -
HSV(B) 296.06º 0.9% 0.87% -
XYZ 39.37 19.24 70.05 -
YUV 100.89 195.79 204.4 -
System Red Green Blue C M Y K H S L
Decimal 208 23 221 0.06 0.90 0 0.13 296.06 0.81 0.48
Hex D0 17 DD 6 5A 0 D 128 51 30
Octal 320 27 335 6 132 0 15 450 121 60
Binary 11010000 10111 11011101 110 1011010 0 1101 100101000 1010001 110000

Color Harmonies of #D017DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017DD

Black with #D017DD

Text Example


Text Example

White with #D017DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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