Html Css Color HEX #D016CE Deep Magenta

📋 copy color: '#D016CE'

red 208 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #D016CE

Tints of Deep Magenta #D016CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.05%

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

R = 47.71%
G = 5.05%
B = 47.25%

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

#D016CE (or 0xD016CE) is known color: Deep Magenta. HEX triplet: D0, 16 and CE. RGB value is (208,22,206). Sum of RGB (Red+Green+Blue) = 208+22+206=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D016CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016CE is #2FE931. Grayscale: #626262. Windows color (decimal): -3139890 or 13506256. OLE color: 13506256.

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

Color convert

RGB 208 22 206 -
CMYK 0 0.89 0.01 0.18
HSL 300.65º 0.81% 0.45% -
HSV(B) 300.65º 0.89% 0.82% -
XYZ 37.44 18.44 59.98 -
YUV 98.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 208 22 206 0 0.89 0.01 0.18 300.65 0.81 0.45
Hex D0 16 CE 0 59 1 12 12D 51 2D
Octal 320 26 316 0 131 1 22 455 121 55
Binary 11010000 10110 11001110 0 1011001 1 10010 100101101 1010001 101101

Color Harmonies of #D016CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016CE

Black with #D016CE

Text Example


Text Example

White with #D016CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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