Html Css Color HEX #D12ADB Deep Magenta

📋 copy color: '#D12ADB'

red 209 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #D12ADB

Tints of Deep Magenta #D12ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 44.47%
G = 8.94%
B = 46.6%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D12ADB (or 0xD12ADB) is known color: Deep Magenta. HEX triplet: D1, 2A and DB. RGB value is (209,42,219). Sum of RGB (Red+Green+Blue) = 209+42+219=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #D12ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ADB is #2ED524. Grayscale: #6F6F6F. Windows color (decimal): -3069221 or 14363345. OLE color: 14363345.

HSL color Cylindrical-coordinate representation of color #D12ADB: hue angle of 296.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12ADB is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 42 219 -
CMYK 0.05 0.81 0 0.14
HSL 296.61º 0.71% 0.51% -
HSV(B) 296.61º 0.81% 0.86% -
XYZ 39.91 20.33 68.84 -
YUV 112.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 209 42 219 0.05 0.81 0 0.14 296.61 0.71 0.51
Hex D1 2A DB 5 51 0 E 129 47 33
Octal 321 52 333 5 121 0 16 451 107 63
Binary 11010001 101010 11011011 101 1010001 0 1110 100101001 1000111 110011

Color Harmonies of #D12ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ADB

Black with #D12ADB

Text Example


Text Example

White with #D12ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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