Html Css Color HEX #D617A5 Medium Violet Red

📋 copy color: '#D617A5'

red 214 ◦ green 23 ◦ blue 165

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

Shades of Medium Violet Red #D617A5

Tints of Medium Violet Red #D617A5

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.72%

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 53.23%
G = 5.72%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D617A5 (or 0xD617A5) is known color: Medium Violet Red. HEX triplet: D6, 17 and A5. RGB value is (214,23,165). Sum of RGB (Red+Green+Blue) = 214+23+165=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D617A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617A5 is #29E85A. Grayscale: #5F5F5F. Windows color (decimal): -2746459 or 10819542. OLE color: 10819542.

HSL color Cylindrical-coordinate representation of color #D617A5: hue angle of 315.39º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617A5 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 165 -
CMYK 0 0.89 0.23 0.16
HSL 315.39º 0.81% 0.46% -
HSV(B) 315.39º 0.89% 0.84% -
XYZ 34.83 17.63 37.16 -
YUV 96.3 166.78 211.95 -
System Red Green Blue C M Y K H S L
Decimal 214 23 165 0 0.89 0.23 0.16 315.39 0.81 0.46
Hex D6 17 A5 0 59 17 10 13B 51 2E
Octal 326 27 245 0 131 27 20 473 121 56
Binary 11010110 10111 10100101 0 1011001 10111 10000 100111011 1010001 101110

Color Harmonies of #D617A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617A5

Black with #D617A5

Text Example


Text Example

White with #D617A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617A5; }

 p { color: rgb(214,23,165); }

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

background-color css

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

 a { background-color: rgb(214,23,165); }

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

border-color css

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

 span { border-color: rgb(214,23,165); }

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