Html Css Color HEX #D12CDF Deep Magenta

📋 copy color: '#D12CDF'

red 209 ◦ green 44 ◦ blue 223

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

Shades of Deep Magenta #D12CDF

Tints of Deep Magenta #D12CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 43.91%
G = 9.24%
B = 46.85%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D12CDF (or 0xD12CDF) is known color: Deep Magenta. HEX triplet: D1, 2C and DF. RGB value is (209,44,223). Sum of RGB (Red+Green+Blue) = 209+44+223=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #D12CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CDF is #2ED320. Grayscale: #717171. Windows color (decimal): -3068705 or 14626001. OLE color: 14626001.

HSL color Cylindrical-coordinate representation of color #D12CDF: hue angle of 295.31º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12CDF is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 44 223 -
CMYK 0.06 0.80 0 0.13
HSL 295.31º 0.74% 0.52% -
HSV(B) 295.31º 0.8% 0.87% -
XYZ 40.51 20.68 71.67 -
YUV 113.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 209 44 223 0.06 0.80 0 0.13 295.31 0.74 0.52
Hex D1 2C DF 6 50 0 D 127 4A 34
Octal 321 54 337 6 120 0 15 447 112 64
Binary 11010001 101100 11011111 110 1010000 0 1101 100100111 1001010 110100

Color Harmonies of #D12CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CDF

Black with #D12CDF

Text Example


Text Example

White with #D12CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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