Html Css Color HEX #D512CD Deep Magenta

📋 copy color: '#D512CD'

red 213 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #D512CD

Tints of Deep Magenta #D512CD

RGB

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

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

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

R = 48.85%
G = 4.13%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D512CD (or 0xD512CD) is known color: Deep Magenta. HEX triplet: D5, 12 and CD. RGB value is (213,18,205). Sum of RGB (Red+Green+Blue) = 213+18+205=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D512CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512CD is #2AED32. Grayscale: #616161. Windows color (decimal): -2813235 or 13439701. OLE color: 13439701.

HSL color Cylindrical-coordinate representation of color #D512CD: hue angle of 302.46º 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 #D512CD is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 205 -
CMYK 0 0.92 0.04 0.16
HSL 302.46º 0.84% 0.45% -
HSV(B) 302.46º 0.92% 0.84% -
XYZ 38.68 18.99 59.38 -
YUV 97.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 213 18 205 0 0.92 0.04 0.16 302.46 0.84 0.45
Hex D5 12 CD 0 5C 4 10 12E 54 2D
Octal 325 22 315 0 134 4 20 456 124 55
Binary 11010101 10010 11001101 0 1011100 100 10000 100101110 1010100 101101

Color Harmonies of #D512CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512CD

Black with #D512CD

Text Example


Text Example

White with #D512CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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