Html Css Color HEX #D12CDA Deep Magenta

📋 copy color: '#D12CDA'

red 209 ◦ green 44 ◦ blue 218

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

Shades of Deep Magenta #D12CDA

Tints of Deep Magenta #D12CDA

RGB

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

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

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

R = 44.37%
G = 9.34%
B = 46.28%

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

#D12CDA (or 0xD12CDA) is known color: Deep Magenta. HEX triplet: D1, 2C and DA. RGB value is (209,44,218). Sum of RGB (Red+Green+Blue) = 209+44+218=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #D12CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CDA is #2ED325. Grayscale: #707070. Windows color (decimal): -3068710 or 14298321. OLE color: 14298321.

HSL color Cylindrical-coordinate representation of color #D12CDA: hue angle of 296.9º 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 #D12CDA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 44 218 -
CMYK 0.04 0.80 0 0.15
HSL 296.9º 0.7% 0.51% -
HSV(B) 296.9º 0.8% 0.85% -
XYZ 39.85 20.42 68.17 -
YUV 113.17 187.16 196.35 -
System Red Green Blue C M Y K H S L
Decimal 209 44 218 0.04 0.80 0 0.15 296.9 0.7 0.51
Hex D1 2C DA 4 50 0 F 129 46 33
Octal 321 54 332 4 120 0 17 451 106 63
Binary 11010001 101100 11011010 100 1010000 0 1111 100101001 1000110 110011

Color Harmonies of #D12CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CDA

Black with #D12CDA

Text Example


Text Example

White with #D12CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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