Html Css Color HEX #D12CCE Deep Magenta

📋 copy color: '#D12CCE'

red 209 ◦ green 44 ◦ blue 206

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

Shades of Deep Magenta #D12CCE

Tints of Deep Magenta #D12CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 45.53%
G = 9.59%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D12CCE (or 0xD12CCE) is known color: Deep Magenta. HEX triplet: D1, 2C and CE. RGB value is (209,44,206). Sum of RGB (Red+Green+Blue) = 209+44+206=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CCE is #2ED331. Grayscale: #6F6F6F. Windows color (decimal): -3068722 or 13511889. OLE color: 13511889.

HSL color Cylindrical-coordinate representation of color #D12CCE: hue angle of 301.09º 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 #D12CCE is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 44 206 -
CMYK 0 0.79 0.01 0.18
HSL 301.09º 0.65% 0.5% -
HSV(B) 301.09º 0.79% 0.82% -
XYZ 38.34 19.81 60.2 -
YUV 111.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 209 44 206 0 0.79 0.01 0.18 301.09 0.65 0.5
Hex D1 2C CE 0 4F 1 12 12D 41 32
Octal 321 54 316 0 117 1 22 455 101 62
Binary 11010001 101100 11001110 0 1001111 1 10010 100101101 1000001 110010

Color Harmonies of #D12CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CCE

Black with #D12CCE

Text Example


Text Example

White with #D12CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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