Html Css Color HEX #D810D4 Deep Magenta

📋 copy color: '#D810D4'

red 216 ◦ green 16 ◦ blue 212

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

Shades of Deep Magenta #D810D4

Tints of Deep Magenta #D810D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.75%

R = 48.65%
G = 3.6%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D810D4 (or 0xD810D4) is known color: Deep Magenta. HEX triplet: D8, 10 and D4. RGB value is (216,16,212). Sum of RGB (Red+Green+Blue) = 216+16+212=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D810D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810D4 is #27EF2B. Grayscale: #616161. Windows color (decimal): -2617132 or 13897944. OLE color: 13897944.

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

Color convert

RGB 216 16 212 -
CMYK 0 0.93 0.02 0.15
HSL 301.2º 0.86% 0.45% -
HSV(B) 301.2º 0.93% 0.85% -
XYZ 40.39 19.72 63.97 -
YUV 98.14 192.26 212.06 -
System Red Green Blue C M Y K H S L
Decimal 216 16 212 0 0.93 0.02 0.15 301.2 0.86 0.45
Hex D8 10 D4 0 5D 2 F 12D 56 2D
Octal 330 20 324 0 135 2 17 455 126 55
Binary 11011000 10000 11010100 0 1011101 10 1111 100101101 1010110 101101

Color Harmonies of #D810D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810D4

Black with #D810D4

Text Example


Text Example

White with #D810D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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