Html Css Color HEX #D010D7 Deep Magenta

📋 copy color: '#D010D7'

red 208 ◦ green 16 ◦ blue 215

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

Shades of Deep Magenta #D010D7

Tints of Deep Magenta #D010D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.97%

R = 47.38%
G = 3.64%
B = 48.97%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D010D7 (or 0xD010D7) is known color: Deep Magenta. HEX triplet: D0, 10 and D7. RGB value is (208,16,215). Sum of RGB (Red+Green+Blue) = 208+16+215=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #D010D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010D7 is #2FEF28. Grayscale: #5F5F5F. Windows color (decimal): -3141417 or 14094544. OLE color: 14094544.

HSL color Cylindrical-coordinate representation of color #D010D7: hue angle of 297.89º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D010D7 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 16 215 -
CMYK 0.03 0.93 0 0.16
HSL 297.89º 0.86% 0.45% -
HSV(B) 297.89º 0.93% 0.84% -
XYZ 38.46 18.69 65.87 -
YUV 96.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 208 16 215 0.03 0.93 0 0.16 297.89 0.86 0.45
Hex D0 10 D7 3 5D 0 10 12A 56 2D
Octal 320 20 327 3 135 0 20 452 126 55
Binary 11010000 10000 11010111 11 1011101 0 10000 100101010 1010110 101101

Color Harmonies of #D010D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010D7

Black with #D010D7

Text Example


Text Example

White with #D010D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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