Html Css Color HEX #D010CF Deep Magenta

📋 copy color: '#D010CF'

red 208 ◦ green 16 ◦ blue 207

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

Shades of Deep Magenta #D010CF

Tints of Deep Magenta #D010CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 48.26%
G = 3.71%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D010CF (or 0xD010CF) is known color: Deep Magenta. HEX triplet: D0, 10 and CF. RGB value is (208,16,207). Sum of RGB (Red+Green+Blue) = 208+16+207=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D010CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010CF is #2FEF30. Grayscale: #5E5E5E. Windows color (decimal): -3141425 or 13570256. OLE color: 13570256.

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

Color convert

RGB 208 16 207 -
CMYK 0 0.92 0.00 0.18
HSL 300.31º 0.86% 0.44% -
HSV(B) 300.31º 0.92% 0.82% -
XYZ 37.46 18.29 60.59 -
YUV 95.18 191.11 208.47 -
System Red Green Blue C M Y K H S L
Decimal 208 16 207 0 0.92 0.00 0.18 300.31 0.86 0.44
Hex D0 10 CF 0 5C 0 12 12C 56 2C
Octal 320 20 317 0 134 0 22 454 126 54
Binary 11010000 10000 11001111 0 1011100 0 10010 100101100 1010110 101100

Color Harmonies of #D010CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010CF

Black with #D010CF

Text Example


Text Example

White with #D010CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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