Html Css Color HEX #D12AD8 Deep Magenta

📋 copy color: '#D12AD8'

red 209 ◦ green 42 ◦ blue 216

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

Shades of Deep Magenta #D12AD8

Tints of Deep Magenta #D12AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.25%

R = 44.75%
G = 8.99%
B = 46.25%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D12AD8 (or 0xD12AD8) is known color: Deep Magenta. HEX triplet: D1, 2A and D8. RGB value is (209,42,216). Sum of RGB (Red+Green+Blue) = 209+42+216=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #D12AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12AD8 is #2ED527. Grayscale: #6F6F6F. Windows color (decimal): -3069224 or 14166737. OLE color: 14166737.

HSL color Cylindrical-coordinate representation of color #D12AD8: hue angle of 297.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12AD8 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 42 216 -
CMYK 0.03 0.81 0 0.15
HSL 297.59º 0.69% 0.51% -
HSV(B) 297.59º 0.81% 0.85% -
XYZ 39.52 20.17 66.78 -
YUV 111.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 209 42 216 0.03 0.81 0 0.15 297.59 0.69 0.51
Hex D1 2A D8 3 51 0 F 12A 45 33
Octal 321 52 330 3 121 0 17 452 105 63
Binary 11010001 101010 11011000 11 1010001 0 1111 100101010 1000101 110011

Color Harmonies of #D12AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12AD8

Black with #D12AD8

Text Example


Text Example

White with #D12AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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