Html Css Color HEX #D12CD1 Deep Magenta

📋 copy color: '#D12CD1'

red 209 ◦ green 44 ◦ blue 209

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

Shades of Deep Magenta #D12CD1

Tints of Deep Magenta #D12CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 45.24%
G = 9.52%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D12CD1 (or 0xD12CD1) is known color: Deep Magenta. HEX triplet: D1, 2C and D1. RGB value is (209,44,209). Sum of RGB (Red+Green+Blue) = 209+44+209=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D12CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CD1 is #2ED32E. Grayscale: #6F6F6F. Windows color (decimal): -3068719 or 13708497. OLE color: 13708497.

HSL color Cylindrical-coordinate representation of color #D12CD1: hue angle of 300º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12CD1 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 44 209 -
CMYK 0 0.79 0 0.18
HSL 300º 0.65% 0.5% -
HSV(B) 300º 0.79% 0.82% -
XYZ 38.7 19.96 62.13 -
YUV 112.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 209 44 209 0 0.79 0 0.18 300 0.65 0.5
Hex D1 2C D1 0 4F 0 12 12C 41 32
Octal 321 54 321 0 117 0 22 454 101 62
Binary 11010001 101100 11010001 0 1001111 0 10010 100101100 1000001 110010

Color Harmonies of #D12CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CD1

Black with #D12CD1

Text Example


Text Example

White with #D12CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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