Html Css Color HEX #D610A0 Medium Violet Red

📋 copy color: '#D610A0'

red 214 ◦ green 16 ◦ blue 160

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

Shades of Medium Violet Red #D610A0

Tints of Medium Violet Red #D610A0

RGB

 RED value IS 214 (83.98% from 255) = 54.87%

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

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

R = 54.87%
G = 4.1%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D610A0 (or 0xD610A0) is known color: Medium Violet Red. HEX triplet: D6, 10 and A0. RGB value is (214,16,160). Sum of RGB (Red+Green+Blue) = 214+16+160=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D610A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D610A0 is #29EF5F. Grayscale: #5B5B5B. Windows color (decimal): -2748256 or 10490070. OLE color: 10490070.

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

Color convert

RGB 214 16 160 -
CMYK 0 0.93 0.25 0.16
HSL 316.36º 0.86% 0.45% -
HSV(B) 316.36º 0.93% 0.84% -
XYZ 34.26 17.2 34.77 -
YUV 91.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 214 16 160 0 0.93 0.25 0.16 316.36 0.86 0.45
Hex D6 10 A0 0 5D 19 10 13C 56 2D
Octal 326 20 240 0 135 31 20 474 126 55
Binary 11010110 10000 10100000 0 1011101 11001 10000 100111100 1010110 101101

Color Harmonies of #D610A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610A0

Black with #D610A0

Text Example


Text Example

White with #D610A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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