Html Css Color HEX #D810B6 Deep Magenta

📋 copy color: '#D810B6'

red 216 ◦ green 16 ◦ blue 182

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

Shades of Deep Magenta #D810B6

Tints of Deep Magenta #D810B6

RGB

 RED value IS 216 (84.77% from 255) = 52.17%

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

 BLUE value IS 182 (71.48% from 255) = 43.96%

R = 52.17%
G = 3.86%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D810B6 (or 0xD810B6) is known color: Deep Magenta. HEX triplet: D8, 10 and B6. RGB value is (216,16,182). Sum of RGB (Red+Green+Blue) = 216+16+182=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D810B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810B6 is #27EF49. Grayscale: #5E5E5E. Windows color (decimal): -2617162 or 11931864. OLE color: 11931864.

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

Color convert

RGB 216 16 182 -
CMYK 0 0.93 0.16 0.15
HSL 310.2º 0.86% 0.45% -
HSV(B) 310.2º 0.93% 0.85% -
XYZ 36.95 18.35 45.85 -
YUV 94.72 177.26 214.5 -
System Red Green Blue C M Y K H S L
Decimal 216 16 182 0 0.93 0.16 0.15 310.2 0.86 0.45
Hex D8 10 B6 0 5D 10 F 136 56 2D
Octal 330 20 266 0 135 20 17 466 126 55
Binary 11011000 10000 10110110 0 1011101 10000 1111 100110110 1010110 101101

Color Harmonies of #D810B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810B6

Black with #D810B6

Text Example


Text Example

White with #D810B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810B6; }

 p { color: rgb(216,16,182); }

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

background-color css

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

 a { background-color: rgb(216,16,182); }

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

border-color css

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

 span { border-color: rgb(216,16,182); }

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