Html Css Color HEX #D512DA Deep Magenta

📋 copy color: '#D512DA'

red 213 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #D512DA

Tints of Deep Magenta #D512DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 47.44%
G = 4.01%
B = 48.55%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D512DA (or 0xD512DA) is known color: Deep Magenta. HEX triplet: D5, 12 and DA. RGB value is (213,18,218). Sum of RGB (Red+Green+Blue) = 213+18+218=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #D512DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512DA is #2AED25. Grayscale: #626262. Windows color (decimal): -2813222 or 14291669. OLE color: 14291669.

HSL color Cylindrical-coordinate representation of color #D512DA: hue angle of 298.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512DA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 18 218 -
CMYK 0.02 0.92 0 0.15
HSL 298.5º 0.85% 0.46% -
HSV(B) 298.5º 0.92% 0.85% -
XYZ 40.31 19.64 68 -
YUV 99.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 213 18 218 0.02 0.92 0 0.15 298.5 0.85 0.46
Hex D5 12 DA 2 5C 0 F 12A 55 2E
Octal 325 22 332 2 134 0 17 452 125 56
Binary 11010101 10010 11011010 10 1011100 0 1111 100101010 1010101 101110

Color Harmonies of #D512DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512DA

Black with #D512DA

Text Example


Text Example

White with #D512DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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