Html Css Color HEX #D010CE Deep Magenta

📋 copy color: '#D010CE'

red 208 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #D010CE

Tints of Deep Magenta #D010CE

RGB

 RED value IS 208 (81.64% from 255) = 48.37%

 GREEN value IS 16 (6.64% from 255) = 3.72%

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

R = 48.37%
G = 3.72%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D010CE (or 0xD010CE) is known color: Deep Magenta. HEX triplet: D0, 10 and CE. RGB value is (208,16,206). Sum of RGB (Red+Green+Blue) = 208+16+206=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D010CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010CE is #2FEF31. Grayscale: #5E5E5E. Windows color (decimal): -3141426 or 13504720. OLE color: 13504720.

HSL color Cylindrical-coordinate representation of color #D010CE: hue angle of 300.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D010CE is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 206 -
CMYK 0 0.92 0.01 0.18
HSL 300.63º 0.86% 0.44% -
HSV(B) 300.63º 0.92% 0.82% -
XYZ 37.34 18.24 59.94 -
YUV 95.07 190.61 208.55 -
System Red Green Blue C M Y K H S L
Decimal 208 16 206 0 0.92 0.01 0.18 300.63 0.86 0.44
Hex D0 10 CE 0 5C 1 12 12D 56 2C
Octal 320 20 316 0 134 1 22 455 126 54
Binary 11010000 10000 11001110 0 1011100 1 10010 100101101 1010110 101100

Color Harmonies of #D010CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010CE

Black with #D010CE

Text Example


Text Example

White with #D010CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010CE; }

 p { color: rgb(208,16,206); }

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

background-color css

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

 a { background-color: rgb(208,16,206); }

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

border-color css

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

 span { border-color: rgb(208,16,206); }

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