Html Css Color HEX #D12BDB Deep Magenta

📋 copy color: '#D12BDB'

red 209 ◦ green 43 ◦ blue 219

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

Shades of Deep Magenta #D12BDB

Tints of Deep Magenta #D12BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.13%

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

R = 44.37%
G = 9.13%
B = 46.5%

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

#D12BDB (or 0xD12BDB) is known color: Deep Magenta. HEX triplet: D1, 2B and DB. RGB value is (209,43,219). Sum of RGB (Red+Green+Blue) = 209+43+219=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D12BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BDB is #2ED424. Grayscale: #707070. Windows color (decimal): -3068965 or 14363601. OLE color: 14363601.

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

Color convert

RGB 209 43 219 -
CMYK 0.05 0.80 0 0.14
HSL 296.59º 0.71% 0.51% -
HSV(B) 296.59º 0.8% 0.86% -
XYZ 39.94 20.4 68.85 -
YUV 112.7 188 196.69 -
System Red Green Blue C M Y K H S L
Decimal 209 43 219 0.05 0.80 0 0.14 296.59 0.71 0.51
Hex D1 2B DB 5 50 0 E 129 47 33
Octal 321 53 333 5 120 0 16 451 107 63
Binary 11010001 101011 11011011 101 1010000 0 1110 100101001 1000111 110011

Color Harmonies of #D12BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12BDB

Black with #D12BDB

Text Example


Text Example

White with #D12BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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