Html Css Color HEX #D12ADD Deep Magenta

📋 copy color: '#D12ADD'

red 209 ◦ green 42 ◦ blue 221

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

Shades of Deep Magenta #D12ADD

Tints of Deep Magenta #D12ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 44.28%
G = 8.9%
B = 46.82%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D12ADD (or 0xD12ADD) is known color: Deep Magenta. HEX triplet: D1, 2A and DD. RGB value is (209,42,221). Sum of RGB (Red+Green+Blue) = 209+42+221=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D12ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ADD is #2ED522. Grayscale: #6F6F6F. Windows color (decimal): -3069219 or 14494417. OLE color: 14494417.

HSL color Cylindrical-coordinate representation of color #D12ADD: hue angle of 295.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12ADD is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 42 221 -
CMYK 0.05 0.81 0 0.13
HSL 295.98º 0.72% 0.52% -
HSV(B) 295.98º 0.81% 0.87% -
XYZ 40.17 20.43 70.23 -
YUV 112.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 209 42 221 0.05 0.81 0 0.13 295.98 0.72 0.52
Hex D1 2A DD 5 51 0 D 128 48 34
Octal 321 52 335 5 121 0 15 450 110 64
Binary 11010001 101010 11011101 101 1010001 0 1101 100101000 1001000 110100

Color Harmonies of #D12ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ADD

Black with #D12ADD

Text Example


Text Example

White with #D12ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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