Html Css Color HEX #D12CDE Deep Magenta

📋 copy color: '#D12CDE'

red 209 ◦ green 44 ◦ blue 222

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

Shades of Deep Magenta #D12CDE

Tints of Deep Magenta #D12CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 44%
G = 9.26%
B = 46.74%

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

#D12CDE (or 0xD12CDE) is known color: Deep Magenta. HEX triplet: D1, 2C and DE. RGB value is (209,44,222). Sum of RGB (Red+Green+Blue) = 209+44+222=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #D12CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CDE is #2ED321. Grayscale: #717171. Windows color (decimal): -3068706 or 14560465. OLE color: 14560465.

HSL color Cylindrical-coordinate representation of color #D12CDE: hue angle of 295.62º degrees, saturation: 0.73, 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 #D12CDE is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 44 222 -
CMYK 0.06 0.80 0 0.13
HSL 295.62º 0.73% 0.52% -
HSV(B) 295.62º 0.8% 0.87% -
XYZ 40.38 20.63 70.96 -
YUV 113.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 209 44 222 0.06 0.80 0 0.13 295.62 0.73 0.52
Hex D1 2C DE 6 50 0 D 128 49 34
Octal 321 54 336 6 120 0 15 450 111 64
Binary 11010001 101100 11011110 110 1010000 0 1101 100101000 1001001 110100

Color Harmonies of #D12CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CDE

Black with #D12CDE

Text Example


Text Example

White with #D12CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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