Html Css Color HEX #D010A8 Medium Violet Red

📋 copy color: '#D010A8'

red 208 ◦ green 16 ◦ blue 168

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

Shades of Medium Violet Red #D010A8

Tints of Medium Violet Red #D010A8

RGB

 RED value IS 208 (81.64% from 255) = 53.06%

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

 BLUE value IS 168 (66.02% from 255) = 42.86%

R = 53.06%
G = 4.08%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D010A8 (or 0xD010A8) is known color: Medium Violet Red. HEX triplet: D0, 10 and A8. RGB value is (208,16,168). Sum of RGB (Red+Green+Blue) = 208+16+168=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D010A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D010A8 is #2FEF57. Grayscale: #5A5A5A. Windows color (decimal): -3141464 or 11014352. OLE color: 11014352.

HSL color Cylindrical-coordinate representation of color #D010A8: hue angle of 312.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D010A8 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 168 -
CMYK 0 0.92 0.19 0.18
HSL 312.5º 0.86% 0.44% -
HSV(B) 312.5º 0.92% 0.82% -
XYZ 33.27 16.61 38.5 -
YUV 90.74 171.61 211.64 -
System Red Green Blue C M Y K H S L
Decimal 208 16 168 0 0.92 0.19 0.18 312.5 0.86 0.44
Hex D0 10 A8 0 5C 13 12 138 56 2C
Octal 320 20 250 0 134 23 22 470 126 54
Binary 11010000 10000 10101000 0 1011100 10011 10010 100111000 1010110 101100

Color Harmonies of #D010A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010A8

Black with #D010A8

Text Example


Text Example

White with #D010A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010A8; }

 p { color: rgb(208,16,168); }

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

background-color css

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

 a { background-color: rgb(208,16,168); }

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

border-color css

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

 span { border-color: rgb(208,16,168); }

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