Html Css Color HEX #D810C1 Deep Magenta

📋 copy color: '#D810C1'

red 216 ◦ green 16 ◦ blue 193

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

Shades of Deep Magenta #D810C1

Tints of Deep Magenta #D810C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.41%

R = 50.82%
G = 3.76%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D810C1 (or 0xD810C1) is known color: Deep Magenta. HEX triplet: D8, 10 and C1. RGB value is (216,16,193). Sum of RGB (Red+Green+Blue) = 216+16+193=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D810C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810C1 is #27EF3E. Grayscale: #5F5F5F. Windows color (decimal): -2617151 or 12652760. OLE color: 12652760.

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

Color convert

RGB 216 16 193 -
CMYK 0 0.93 0.11 0.15
HSL 306.9º 0.86% 0.45% -
HSV(B) 306.9º 0.93% 0.85% -
XYZ 38.13 18.82 52.07 -
YUV 95.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 216 16 193 0 0.93 0.11 0.15 306.9 0.86 0.45
Hex D8 10 C1 0 5D B F 133 56 2D
Octal 330 20 301 0 135 13 17 463 126 55
Binary 11011000 10000 11000001 0 1011101 1011 1111 100110011 1010110 101101

Color Harmonies of #D810C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810C1

Black with #D810C1

Text Example


Text Example

White with #D810C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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