Html Css Color HEX #D017DE Deep Magenta

📋 copy color: '#D017DE'

red 208 ◦ green 23 ◦ blue 222

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

Shades of Deep Magenta #D017DE

Tints of Deep Magenta #D017DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 45.92%
G = 5.08%
B = 49.01%

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

#D017DE (or 0xD017DE) is known color: Deep Magenta. HEX triplet: D0, 17 and DE. RGB value is (208,23,222). Sum of RGB (Red+Green+Blue) = 208+23+222=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #D017DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D017DE is #2FE821. Grayscale: #646464. Windows color (decimal): -3139618 or 14555088. OLE color: 14555088.

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

Color convert

RGB 208 23 222 -
CMYK 0.06 0.90 0 0.13
HSL 295.78º 0.81% 0.48% -
HSV(B) 295.78º 0.9% 0.87% -
XYZ 39.5 19.3 70.75 -
YUV 101 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 208 23 222 0.06 0.90 0 0.13 295.78 0.81 0.48
Hex D0 17 DE 6 5A 0 D 128 51 30
Octal 320 27 336 6 132 0 15 450 121 60
Binary 11010000 10111 11011110 110 1011010 0 1101 100101000 1010001 110000

Color Harmonies of #D017DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017DE

Black with #D017DE

Text Example


Text Example

White with #D017DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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