Html Css Color HEX #D710C8 Deep Magenta

📋 copy color: '#D710C8'

red 215 ◦ green 16 ◦ blue 200

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

Shades of Deep Magenta #D710C8

Tints of Deep Magenta #D710C8

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

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

 BLUE value IS 200 (78.52% from 255) = 46.4%

R = 49.88%
G = 3.71%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D710C8 (or 0xD710C8) is known color: Deep Magenta. HEX triplet: D7, 10 and C8. RGB value is (215,16,200). Sum of RGB (Red+Green+Blue) = 215+16+200=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D710C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710C8 is #28EF37. Grayscale: #5F5F5F. Windows color (decimal): -2682680 or 13111511. OLE color: 13111511.

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

Color convert

RGB 215 16 200 -
CMYK 0 0.93 0.07 0.16
HSL 304.52º 0.86% 0.45% -
HSV(B) 304.52º 0.93% 0.84% -
XYZ 38.63 18.99 56.27 -
YUV 96.48 186.43 212.54 -
System Red Green Blue C M Y K H S L
Decimal 215 16 200 0 0.93 0.07 0.16 304.52 0.86 0.45
Hex D7 10 C8 0 5D 7 10 131 56 2D
Octal 327 20 310 0 135 7 20 461 126 55
Binary 11010111 10000 11001000 0 1011101 111 10000 100110001 1010110 101101

Color Harmonies of #D710C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710C8

Black with #D710C8

Text Example


Text Example

White with #D710C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710C8; }

 p { color: rgb(215,16,200); }

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

background-color css

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

 a { background-color: rgb(215,16,200); }

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

border-color css

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

 span { border-color: rgb(215,16,200); }

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