Html Css Color HEX #D12BDA Deep Magenta

📋 copy color: '#D12BDA'

red 209 ◦ green 43 ◦ blue 218

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

Shades of Deep Magenta #D12BDA

Tints of Deep Magenta #D12BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 44.47%
G = 9.15%
B = 46.38%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D12BDA (or 0xD12BDA) is known color: Deep Magenta. HEX triplet: D1, 2B and DA. RGB value is (209,43,218). Sum of RGB (Red+Green+Blue) = 209+43+218=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #D12BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BDA is #2ED425. Grayscale: #707070. Windows color (decimal): -3068966 or 14298065. OLE color: 14298065.

HSL color Cylindrical-coordinate representation of color #D12BDA: hue angle of 296.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12BDA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 43 218 -
CMYK 0.04 0.80 0 0.15
HSL 296.91º 0.7% 0.51% -
HSV(B) 296.91º 0.8% 0.85% -
XYZ 39.81 20.35 68.16 -
YUV 112.58 187.5 196.77 -
System Red Green Blue C M Y K H S L
Decimal 209 43 218 0.04 0.80 0 0.15 296.91 0.7 0.51
Hex D1 2B DA 4 50 0 F 129 46 33
Octal 321 53 332 4 120 0 17 451 106 63
Binary 11010001 101011 11011010 100 1010000 0 1111 100101001 1000110 110011

Color Harmonies of #D12BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12BDA

Black with #D12BDA

Text Example


Text Example

White with #D12BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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