Html Css Color HEX #D516CE Deep Magenta

📋 copy color: '#D516CE'

red 213 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #D516CE

Tints of Deep Magenta #D516CE

RGB

 RED value IS 213 (83.59% from 255) = 48.3%

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

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

R = 48.3%
G = 4.99%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D516CE (or 0xD516CE) is known color: Deep Magenta. HEX triplet: D5, 16 and CE. RGB value is (213,22,206). Sum of RGB (Red+Green+Blue) = 213+22+206=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D516CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516CE is #2AE931. Grayscale: #636363. Windows color (decimal): -2812210 or 13506261. OLE color: 13506261.

HSL color Cylindrical-coordinate representation of color #D516CE: hue angle of 302.2º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D516CE is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 206 -
CMYK 0 0.90 0.03 0.16
HSL 302.2º 0.81% 0.46% -
HSV(B) 302.2º 0.9% 0.84% -
XYZ 38.87 19.18 60.05 -
YUV 100.09 187.78 208.54 -
System Red Green Blue C M Y K H S L
Decimal 213 22 206 0 0.90 0.03 0.16 302.2 0.81 0.46
Hex D5 16 CE 0 5A 3 10 12E 51 2E
Octal 325 26 316 0 132 3 20 456 121 56
Binary 11010101 10110 11001110 0 1011010 11 10000 100101110 1010001 101110

Color Harmonies of #D516CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516CE

Black with #D516CE

Text Example


Text Example

White with #D516CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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