Html Css Color HEX #D715A0 Medium Violet Red

📋 copy color: '#D715A0'

red 215 ◦ green 21 ◦ blue 160

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

Shades of Medium Violet Red #D715A0

Tints of Medium Violet Red #D715A0

RGB

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

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

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

R = 54.29%
G = 5.3%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D715A0 (or 0xD715A0) is known color: Medium Violet Red. HEX triplet: D7, 15 and A0. RGB value is (215,21,160). Sum of RGB (Red+Green+Blue) = 215+21+160=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D715A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D715A0 is #28EA5F. Grayscale: #5E5E5E. Windows color (decimal): -2681440 or 10491351. OLE color: 10491351.

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

Color convert

RGB 215 21 160 -
CMYK 0 0.90 0.26 0.16
HSL 317.01º 0.82% 0.46% -
HSV(B) 317.01º 0.9% 0.84% -
XYZ 34.64 17.52 34.81 -
YUV 94.85 164.77 213.7 -
System Red Green Blue C M Y K H S L
Decimal 215 21 160 0 0.90 0.26 0.16 317.01 0.82 0.46
Hex D7 15 A0 0 5A 1A 10 13D 52 2E
Octal 327 25 240 0 132 32 20 475 122 56
Binary 11010111 10101 10100000 0 1011010 11010 10000 100111101 1010010 101110

Color Harmonies of #D715A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715A0

Black with #D715A0

Text Example


Text Example

White with #D715A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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