Html Css Color HEX #D017CD Deep Magenta

📋 copy color: '#D017CD'

red 208 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #D017CD

Tints of Deep Magenta #D017CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 47.71%
G = 5.28%
B = 47.02%

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

#D017CD (or 0xD017CD) is known color: Deep Magenta. HEX triplet: D0, 17 and CD. RGB value is (208,23,205). Sum of RGB (Red+Green+Blue) = 208+23+205=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D017CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D017CD is #2FE832. Grayscale: #626262. Windows color (decimal): -3139635 or 13440976. OLE color: 13440976.

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

Color convert

RGB 208 23 205 -
CMYK 0 0.89 0.01 0.18
HSL 300.97º 0.8% 0.45% -
HSV(B) 300.97º 0.89% 0.82% -
XYZ 37.34 18.43 59.35 -
YUV 99.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 208 23 205 0 0.89 0.01 0.18 300.97 0.8 0.45
Hex D0 17 CD 0 59 1 12 12D 50 2D
Octal 320 27 315 0 131 1 22 455 120 55
Binary 11010000 10111 11001101 0 1011001 1 10010 100101101 1010000 101101

Color Harmonies of #D017CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017CD

Black with #D017CD

Text Example


Text Example

White with #D017CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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