Html Css Color HEX #D712D2 Deep Magenta

📋 copy color: '#D712D2'

red 215 ◦ green 18 ◦ blue 210

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

Shades of Deep Magenta #D712D2

Tints of Deep Magenta #D712D2

RGB

 RED value IS 215 (84.38% from 255) = 48.53%

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

 BLUE value IS 210 (82.42% from 255) = 47.4%

R = 48.53%
G = 4.06%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D712D2 (or 0xD712D2) is known color: Deep Magenta. HEX triplet: D7, 12 and D2. RGB value is (215,18,210). Sum of RGB (Red+Green+Blue) = 215+18+210=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D712D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D712D2 is #28ED2D. Grayscale: #626262. Windows color (decimal): -2682158 or 13767383. OLE color: 13767383.

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

Color convert

RGB 215 18 210 -
CMYK 0 0.92 0.02 0.16
HSL 301.52º 0.85% 0.46% -
HSV(B) 301.52º 0.92% 0.84% -
XYZ 39.87 19.53 62.64 -
YUV 98.79 190.77 210.89 -
System Red Green Blue C M Y K H S L
Decimal 215 18 210 0 0.92 0.02 0.16 301.52 0.85 0.46
Hex D7 12 D2 0 5C 2 10 12E 55 2E
Octal 327 22 322 0 134 2 20 456 125 56
Binary 11010111 10010 11010010 0 1011100 10 10000 100101110 1010101 101110

Color Harmonies of #D712D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712D2

Black with #D712D2

Text Example


Text Example

White with #D712D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712D2; }

 p { color: rgb(215,18,210); }

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

background-color css

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

 a { background-color: rgb(215,18,210); }

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

border-color css

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

 span { border-color: rgb(215,18,210); }

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