Html Css Color HEX #D12ABD Deep Magenta

📋 copy color: '#D12ABD'

red 209 ◦ green 42 ◦ blue 189

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

Shades of Deep Magenta #D12ABD

Tints of Deep Magenta #D12ABD

RGB

 RED value IS 209 (82.03% from 255) = 47.5%

 GREEN value IS 42 (16.8% from 255) = 9.55%

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 47.5%
G = 9.55%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D12ABD (or 0xD12ABD) is known color: Deep Magenta. HEX triplet: D1, 2A and BD. RGB value is (209,42,189). Sum of RGB (Red+Green+Blue) = 209+42+189=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ABD is #2ED542. Grayscale: #6C6C6C. Windows color (decimal): -3069251 or 12397265. OLE color: 12397265.

HSL color Cylindrical-coordinate representation of color #D12ABD: hue angle of 307.19º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12ABD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 42 189 -
CMYK 0 0.80 0.10 0.18
HSL 307.19º 0.67% 0.49% -
HSV(B) 307.19º 0.8% 0.82% -
XYZ 36.31 18.89 49.88 -
YUV 108.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 209 42 189 0 0.80 0.10 0.18 307.19 0.67 0.49
Hex D1 2A BD 0 50 A 12 133 43 31
Octal 321 52 275 0 120 12 22 463 103 61
Binary 11010001 101010 10111101 0 1010000 1010 10010 100110011 1000011 110001

Color Harmonies of #D12ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ABD

Black with #D12ABD

Text Example


Text Example

White with #D12ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ABD; }

 p { color: rgb(209,42,189); }

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

background-color css

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

 a { background-color: rgb(209,42,189); }

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

border-color css

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

 span { border-color: rgb(209,42,189); }

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