Html Css Color HEX #D512CE Deep Magenta

📋 copy color: '#D512CE'

red 213 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #D512CE

Tints of Deep Magenta #D512CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.12%

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

R = 48.74%
G = 4.12%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D512CE (or 0xD512CE) is known color: Deep Magenta. HEX triplet: D5, 12 and CE. RGB value is (213,18,206). Sum of RGB (Red+Green+Blue) = 213+18+206=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D512CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512CE is #2AED31. Grayscale: #616161. Windows color (decimal): -2813234 or 13505237. OLE color: 13505237.

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

Color convert

RGB 213 18 206 -
CMYK 0 0.92 0.03 0.16
HSL 302.15º 0.84% 0.45% -
HSV(B) 302.15º 0.92% 0.84% -
XYZ 38.8 19.03 60.02 -
YUV 97.74 189.1 210.21 -
System Red Green Blue C M Y K H S L
Decimal 213 18 206 0 0.92 0.03 0.16 302.15 0.84 0.45
Hex D5 12 CE 0 5C 3 10 12E 54 2D
Octal 325 22 316 0 134 3 20 456 124 55
Binary 11010101 10010 11001110 0 1011100 11 10000 100101110 1010100 101101

Color Harmonies of #D512CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512CE

Black with #D512CE

Text Example


Text Example

White with #D512CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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