Html Css Color HEX #D12CDB Deep Magenta

📋 copy color: '#D12CDB'

red 209 ◦ green 44 ◦ blue 219

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

Shades of Deep Magenta #D12CDB

Tints of Deep Magenta #D12CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.32%

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

R = 44.28%
G = 9.32%
B = 46.4%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D12CDB (or 0xD12CDB) is known color: Deep Magenta. HEX triplet: D1, 2C and DB. RGB value is (209,44,219). Sum of RGB (Red+Green+Blue) = 209+44+219=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #D12CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CDB is #2ED324. Grayscale: #707070. Windows color (decimal): -3068709 or 14363857. OLE color: 14363857.

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

Color convert

RGB 209 44 219 -
CMYK 0.05 0.80 0 0.14
HSL 296.57º 0.71% 0.52% -
HSV(B) 296.57º 0.8% 0.86% -
XYZ 39.98 20.47 68.86 -
YUV 113.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 209 44 219 0.05 0.80 0 0.14 296.57 0.71 0.52
Hex D1 2C DB 5 50 0 E 129 47 34
Octal 321 54 333 5 120 0 16 451 107 64
Binary 11010001 101100 11011011 101 1010000 0 1110 100101001 1000111 110100

Color Harmonies of #D12CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CDB

Black with #D12CDB

Text Example


Text Example

White with #D12CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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