Html Css Color HEX #D010C7 Deep Magenta

📋 copy color: '#D010C7'

red 208 ◦ green 16 ◦ blue 199

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

Shades of Deep Magenta #D010C7

Tints of Deep Magenta #D010C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.04%

R = 49.17%
G = 3.78%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D010C7 (or 0xD010C7) is known color: Deep Magenta. HEX triplet: D0, 10 and C7. RGB value is (208,16,199). Sum of RGB (Red+Green+Blue) = 208+16+199=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D010C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010C7 is #2FEF38. Grayscale: #5D5D5D. Windows color (decimal): -3141433 or 13045968. OLE color: 13045968.

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

Color convert

RGB 208 16 199 -
CMYK 0 0.92 0.04 0.18
HSL 302.81º 0.86% 0.44% -
HSV(B) 302.81º 0.92% 0.82% -
XYZ 36.51 17.9 55.56 -
YUV 94.27 187.11 209.12 -
System Red Green Blue C M Y K H S L
Decimal 208 16 199 0 0.92 0.04 0.18 302.81 0.86 0.44
Hex D0 10 C7 0 5C 4 12 12F 56 2C
Octal 320 20 307 0 134 4 22 457 126 54
Binary 11010000 10000 11000111 0 1011100 100 10010 100101111 1010110 101100

Color Harmonies of #D010C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010C7

Black with #D010C7

Text Example


Text Example

White with #D010C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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