Html Css Color HEX #D810B4 Deep Magenta

📋 copy color: '#D810B4'

red 216 ◦ green 16 ◦ blue 180

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

Shades of Deep Magenta #D810B4

Tints of Deep Magenta #D810B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 52.43%
G = 3.88%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D810B4 (or 0xD810B4) is known color: Deep Magenta. HEX triplet: D8, 10 and B4. RGB value is (216,16,180). Sum of RGB (Red+Green+Blue) = 216+16+180=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D810B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810B4 is #27EF4B. Grayscale: #5E5E5E. Windows color (decimal): -2617164 or 11800792. OLE color: 11800792.

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

Color convert

RGB 216 16 180 -
CMYK 0 0.93 0.17 0.15
HSL 310.8º 0.86% 0.45% -
HSV(B) 310.8º 0.93% 0.85% -
XYZ 36.74 18.26 44.77 -
YUV 94.5 176.26 214.66 -
System Red Green Blue C M Y K H S L
Decimal 216 16 180 0 0.93 0.17 0.15 310.8 0.86 0.45
Hex D8 10 B4 0 5D 11 F 137 56 2D
Octal 330 20 264 0 135 21 17 467 126 55
Binary 11011000 10000 10110100 0 1011101 10001 1111 100110111 1010110 101101

Color Harmonies of #D810B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810B4

Black with #D810B4

Text Example


Text Example

White with #D810B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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