Html Css Color HEX #D12ACD Deep Magenta

📋 copy color: '#D12ACD'

red 209 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #D12ACD

Tints of Deep Magenta #D12ACD

RGB

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

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

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

R = 45.83%
G = 9.21%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D12ACD (or 0xD12ACD) is known color: Deep Magenta. HEX triplet: D1, 2A and CD. RGB value is (209,42,205). Sum of RGB (Red+Green+Blue) = 209+42+205=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ACD is #2ED532. Grayscale: #6E6E6E. Windows color (decimal): -3069235 or 13445841. OLE color: 13445841.

HSL color Cylindrical-coordinate representation of color #D12ACD: hue angle of 301.44º 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 #D12ACD is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 42 205 -
CMYK 0 0.80 0.02 0.18
HSL 301.44º 0.67% 0.49% -
HSV(B) 301.44º 0.8% 0.82% -
XYZ 38.14 19.62 59.53 -
YUV 110.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 209 42 205 0 0.80 0.02 0.18 301.44 0.67 0.49
Hex D1 2A CD 0 50 2 12 12D 43 31
Octal 321 52 315 0 120 2 22 455 103 61
Binary 11010001 101010 11001101 0 1010000 10 10010 100101101 1000011 110001

Color Harmonies of #D12ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ACD

Black with #D12ACD

Text Example


Text Example

White with #D12ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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