Html Css Color HEX #D512CA Deep Magenta

📋 copy color: '#D512CA'

red 213 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #D512CA

Tints of Deep Magenta #D512CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 49.19%
G = 4.16%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D512CA (or 0xD512CA) is known color: Deep Magenta. HEX triplet: D5, 12 and CA. RGB value is (213,18,202). Sum of RGB (Red+Green+Blue) = 213+18+202=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D512CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512CA is #2AED35. Grayscale: #606060. Windows color (decimal): -2813238 or 13243093. OLE color: 13243093.

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

Color convert

RGB 213 18 202 -
CMYK 0 0.92 0.05 0.16
HSL 303.38º 0.84% 0.45% -
HSV(B) 303.38º 0.92% 0.84% -
XYZ 38.32 18.84 57.49 -
YUV 97.28 187.1 210.54 -
System Red Green Blue C M Y K H S L
Decimal 213 18 202 0 0.92 0.05 0.16 303.38 0.84 0.45
Hex D5 12 CA 0 5C 5 10 12F 54 2D
Octal 325 22 312 0 134 5 20 457 124 55
Binary 11010101 10010 11001010 0 1011100 101 10000 100101111 1010100 101101

Color Harmonies of #D512CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512CA

Black with #D512CA

Text Example


Text Example

White with #D512CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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