Html Css Color HEX #D615A0 Medium Violet Red

📋 copy color: '#D615A0'

red 214 ◦ green 21 ◦ blue 160

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

Shades of Medium Violet Red #D615A0

Tints of Medium Violet Red #D615A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.32%

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

R = 54.18%
G = 5.32%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D615A0 (or 0xD615A0) is known color: Medium Violet Red. HEX triplet: D6, 15 and A0. RGB value is (214,21,160). Sum of RGB (Red+Green+Blue) = 214+21+160=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D615A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615A0 is #29EA5F. Grayscale: #5E5E5E. Windows color (decimal): -2746976 or 10491350. OLE color: 10491350.

HSL color Cylindrical-coordinate representation of color #D615A0: hue angle of 316.79º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D615A0 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 160 -
CMYK 0 0.90 0.25 0.16
HSL 316.79º 0.82% 0.46% -
HSV(B) 316.79º 0.9% 0.84% -
XYZ 34.34 17.37 34.8 -
YUV 94.55 164.94 213.2 -
System Red Green Blue C M Y K H S L
Decimal 214 21 160 0 0.90 0.25 0.16 316.79 0.82 0.46
Hex D6 15 A0 0 5A 19 10 13D 52 2E
Octal 326 25 240 0 132 31 20 475 122 56
Binary 11010110 10101 10100000 0 1011010 11001 10000 100111101 1010010 101110

Color Harmonies of #D615A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615A0

Black with #D615A0

Text Example


Text Example

White with #D615A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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