Html Css Color HEX #D12CE0 Deep Magenta

📋 copy color: '#D12CE0'

red 209 ◦ green 44 ◦ blue 224

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

Shades of Deep Magenta #D12CE0

Tints of Deep Magenta #D12CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.96%

R = 43.82%
G = 9.22%
B = 46.96%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D12CE0 (or 0xD12CE0) is known color: Deep Magenta. HEX triplet: D1, 2C and E0. RGB value is (209,44,224). Sum of RGB (Red+Green+Blue) = 209+44+224=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #D12CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CE0 is #2ED31F. Grayscale: #717171. Windows color (decimal): -3068704 or 14691537. OLE color: 14691537.

HSL color Cylindrical-coordinate representation of color #D12CE0: hue angle of 295º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12CE0 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 44 224 -
CMYK 0.07 0.80 0 0.12
HSL 295º 0.74% 0.53% -
HSV(B) 295º 0.8% 0.88% -
XYZ 40.65 20.74 72.38 -
YUV 113.86 190.16 195.86 -
System Red Green Blue C M Y K H S L
Decimal 209 44 224 0.07 0.80 0 0.12 295 0.74 0.53
Hex D1 2C E0 7 50 0 C 127 4A 35
Octal 321 54 340 7 120 0 14 447 112 65
Binary 11010001 101100 11100000 111 1010000 0 1100 100100111 1001010 110101

Color Harmonies of #D12CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CE0

Black with #D12CE0

Text Example


Text Example

White with #D12CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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