Html Css Color HEX #D017CE Deep Magenta

📋 copy color: '#D017CE'

red 208 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #D017CE

Tints of Deep Magenta #D017CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 47.6%
G = 5.26%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D017CE (or 0xD017CE) is known color: Deep Magenta. HEX triplet: D0, 17 and CE. RGB value is (208,23,206). Sum of RGB (Red+Green+Blue) = 208+23+206=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D017CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D017CE is #2FE831. Grayscale: #626262. Windows color (decimal): -3139634 or 13506512. OLE color: 13506512.

HSL color Cylindrical-coordinate representation of color #D017CE: hue angle of 300.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D017CE is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 23 206 -
CMYK 0 0.89 0.01 0.18
HSL 300.65º 0.8% 0.45% -
HSV(B) 300.65º 0.89% 0.82% -
XYZ 37.46 18.48 59.98 -
YUV 99.18 188.29 205.62 -
System Red Green Blue C M Y K H S L
Decimal 208 23 206 0 0.89 0.01 0.18 300.65 0.8 0.45
Hex D0 17 CE 0 59 1 12 12D 50 2D
Octal 320 27 316 0 131 1 22 455 120 55
Binary 11010000 10111 11001110 0 1011001 1 10010 100101101 1010000 101101

Color Harmonies of #D017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017CE

Black with #D017CE

Text Example


Text Example

White with #D017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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