Html Css Color HEX #D12DDB Deep Magenta

📋 copy color: '#D12DDB'

red 209 ◦ green 45 ◦ blue 219

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

Shades of Deep Magenta #D12DDB

Tints of Deep Magenta #D12DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.51%

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

R = 44.19%
G = 9.51%
B = 46.3%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D12DDB (or 0xD12DDB) is known color: Deep Magenta. HEX triplet: D1, 2D and DB. RGB value is (209,45,219). Sum of RGB (Red+Green+Blue) = 209+45+219=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #D12DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DDB is #2ED224. Grayscale: #717171. Windows color (decimal): -3068453 or 14364113. OLE color: 14364113.

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

Color convert

RGB 209 45 219 -
CMYK 0.05 0.79 0 0.14
HSL 296.55º 0.71% 0.52% -
HSV(B) 296.55º 0.79% 0.86% -
XYZ 40.02 20.55 68.87 -
YUV 113.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 209 45 219 0.05 0.79 0 0.14 296.55 0.71 0.52
Hex D1 2D DB 5 4F 0 E 129 47 34
Octal 321 55 333 5 117 0 16 451 107 64
Binary 11010001 101101 11011011 101 1001111 0 1110 100101001 1000111 110100

Color Harmonies of #D12DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DDB

Black with #D12DDB

Text Example


Text Example

White with #D12DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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