Html Css Color HEX #D12AE0 Deep Magenta

📋 copy color: '#D12AE0'

red 209 ◦ green 42 ◦ blue 224

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

Shades of Deep Magenta #D12AE0

Tints of Deep Magenta #D12AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 44%
G = 8.84%
B = 47.16%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D12AE0 (or 0xD12AE0) is known color: Deep Magenta. HEX triplet: D1, 2A and E0. RGB value is (209,42,224). Sum of RGB (Red+Green+Blue) = 209+42+224=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #D12AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12AE0 is #2ED51F. Grayscale: #707070. Windows color (decimal): -3069216 or 14691025. OLE color: 14691025.

HSL color Cylindrical-coordinate representation of color #D12AE0: hue angle of 295.05º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12AE0 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 42 224 -
CMYK 0.07 0.81 0 0.12
HSL 295.06º 0.75% 0.52% -
HSV(B) 295.06º 0.81% 0.88% -
XYZ 40.58 20.59 72.36 -
YUV 112.68 190.83 196.7 -
System Red Green Blue C M Y K H S L
Decimal 209 42 224 0.07 0.81 0 0.12 295.06 0.75 0.52
Hex D1 2A E0 7 51 0 C 127 4B 34
Octal 321 52 340 7 121 0 14 447 113 64
Binary 11010001 101010 11100000 111 1010001 0 1100 100100111 1001011 110100

Color Harmonies of #D12AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12AE0

Black with #D12AE0

Text Example


Text Example

White with #D12AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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