Html Css Color HEX #D710A0 Medium Violet Red

📋 copy color: '#D710A0'

red 215 ◦ green 16 ◦ blue 160

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

Shades of Medium Violet Red #D710A0

Tints of Medium Violet Red #D710A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 54.99%
G = 4.09%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D710A0 (or 0xD710A0) is known color: Medium Violet Red. HEX triplet: D7, 10 and A0. RGB value is (215,16,160). Sum of RGB (Red+Green+Blue) = 215+16+160=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D710A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D710A0 is #28EF5F. Grayscale: #5B5B5B. Windows color (decimal): -2682720 or 10490071. OLE color: 10490071.

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

Color convert

RGB 215 16 160 -
CMYK 0 0.93 0.26 0.16
HSL 316.58º 0.86% 0.45% -
HSV(B) 316.58º 0.93% 0.84% -
XYZ 34.55 17.36 34.79 -
YUV 91.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 215 16 160 0 0.93 0.26 0.16 316.58 0.86 0.45
Hex D7 10 A0 0 5D 1A 10 13D 56 2D
Octal 327 20 240 0 135 32 20 475 126 55
Binary 11010111 10000 10100000 0 1011101 11010 10000 100111101 1010110 101101

Color Harmonies of #D710A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710A0

Black with #D710A0

Text Example


Text Example

White with #D710A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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