Html Css Color HEX #D12CD0 Deep Magenta

📋 copy color: '#D12CD0'

red 209 ◦ green 44 ◦ blue 208

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

Shades of Deep Magenta #D12CD0

Tints of Deep Magenta #D12CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.12%

R = 45.34%
G = 9.54%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D12CD0 (or 0xD12CD0) is known color: Deep Magenta. HEX triplet: D1, 2C and D0. RGB value is (209,44,208). Sum of RGB (Red+Green+Blue) = 209+44+208=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CD0 is #2ED32F. Grayscale: #6F6F6F. Windows color (decimal): -3068720 or 13642961. OLE color: 13642961.

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

Color convert

RGB 209 44 208 -
CMYK 0 0.79 0.00 0.18
HSL 300.36º 0.65% 0.5% -
HSV(B) 300.36º 0.79% 0.82% -
XYZ 38.58 19.91 61.48 -
YUV 112.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 209 44 208 0 0.79 0.00 0.18 300.36 0.65 0.5
Hex D1 2C D0 0 4F 0 12 12C 41 32
Octal 321 54 320 0 117 0 22 454 101 62
Binary 11010001 101100 11010000 0 1001111 0 10010 100101100 1000001 110010

Color Harmonies of #D12CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CD0

Black with #D12CD0

Text Example


Text Example

White with #D12CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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