Html Css Color HEX #D12CD3 Deep Magenta

📋 copy color: '#D12CD3'

red 209 ◦ green 44 ◦ blue 211

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

Shades of Deep Magenta #D12CD3

Tints of Deep Magenta #D12CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 45.04%
G = 9.48%
B = 45.47%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D12CD3 (or 0xD12CD3) is known color: Deep Magenta. HEX triplet: D1, 2C and D3. RGB value is (209,44,211). Sum of RGB (Red+Green+Blue) = 209+44+211=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #D12CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CD3 is #2ED32C. Grayscale: #6F6F6F. Windows color (decimal): -3068717 or 13839569. OLE color: 13839569.

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

Color convert

RGB 209 44 211 -
CMYK 0.01 0.79 0 0.17
HSL 299.28º 0.65% 0.5% -
HSV(B) 299.28º 0.79% 0.83% -
XYZ 38.95 20.06 63.45 -
YUV 112.37 183.66 196.92 -
System Red Green Blue C M Y K H S L
Decimal 209 44 211 0.01 0.79 0 0.17 299.28 0.65 0.5
Hex D1 2C D3 1 4F 0 11 12B 41 32
Octal 321 54 323 1 117 0 21 453 101 62
Binary 11010001 101100 11010011 1 1001111 0 10001 100101011 1000001 110010

Color Harmonies of #D12CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CD3

Black with #D12CD3

Text Example


Text Example

White with #D12CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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