Html Css Color HEX #D10CE6 Deep Magenta

📋 copy color: '#D10CE6'

red 209 ◦ green 12 ◦ blue 230

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

Shades of Deep Magenta #D10CE6

Tints of Deep Magenta #D10CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.66%

 BLUE value IS 230 (90.23% from 255) = 51%

R = 46.34%
G = 2.66%
B = 51%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D10CE6 (or 0xD10CE6) is known color: Deep Magenta. HEX triplet: D1, 0C and E6. RGB value is (209,12,230). Sum of RGB (Red+Green+Blue) = 209+12+230=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #D10CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10CE6 is #2EF319. Grayscale: #5F5F5F. Windows color (decimal): -3076890 or 15076561. OLE color: 15076561.

HSL color Cylindrical-coordinate representation of color #D10CE6: hue angle of 294.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10CE6 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 12 230 -
CMYK 0.09 0.95 0 0.10
HSL 294.22º 0.9% 0.47% -
HSV(B) 294.22º 0.95% 0.9% -
XYZ 40.71 19.53 76.49 -
YUV 95.76 203.77 208.77 -
System Red Green Blue C M Y K H S L
Decimal 209 12 230 0.09 0.95 0 0.10 294.22 0.9 0.47
Hex D1 C E6 9 5F 0 A 126 5A 2F
Octal 321 14 346 11 137 0 12 446 132 57
Binary 11010001 1100 11100110 1001 1011111 0 1010 100100110 1011010 101111

Color Harmonies of #D10CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10CE6

Black with #D10CE6

Text Example


Text Example

White with #D10CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10CE6; }

 p { color: rgb(209,12,230); }

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

background-color css

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

 a { background-color: rgb(209,12,230); }

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

border-color css

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

 span { border-color: rgb(209,12,230); }

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