Html Css Color HEX #D010B1 Deep Magenta

📋 copy color: '#D010B1'

red 208 ◦ green 16 ◦ blue 177

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

Shades of Deep Magenta #D010B1

Tints of Deep Magenta #D010B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.14%

R = 51.87%
G = 3.99%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D010B1 (or 0xD010B1) is known color: Deep Magenta. HEX triplet: D0, 10 and B1. RGB value is (208,16,177). Sum of RGB (Red+Green+Blue) = 208+16+177=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D010B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D010B1 is #2FEF4E. Grayscale: #5B5B5B. Windows color (decimal): -3141455 or 11604176. OLE color: 11604176.

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

Color convert

RGB 208 16 177 -
CMYK 0 0.92 0.15 0.18
HSL 309.69º 0.86% 0.44% -
HSV(B) 309.69º 0.92% 0.82% -
XYZ 34.13 16.95 43.07 -
YUV 91.76 176.11 210.91 -
System Red Green Blue C M Y K H S L
Decimal 208 16 177 0 0.92 0.15 0.18 309.69 0.86 0.44
Hex D0 10 B1 0 5C F 12 136 56 2C
Octal 320 20 261 0 134 17 22 466 126 54
Binary 11010000 10000 10110001 0 1011100 1111 10010 100110110 1010110 101100

Color Harmonies of #D010B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010B1

Black with #D010B1

Text Example


Text Example

White with #D010B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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