Html Css Color HEX #D714A0 Medium Violet Red

📋 copy color: '#D714A0'

red 215 ◦ green 20 ◦ blue 160

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

Shades of Medium Violet Red #D714A0

Tints of Medium Violet Red #D714A0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

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

R = 54.43%
G = 5.06%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D714A0 (or 0xD714A0) is known color: Medium Violet Red. HEX triplet: D7, 14 and A0. RGB value is (215,20,160). Sum of RGB (Red+Green+Blue) = 215+20+160=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D714A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D714A0 is #28EB5F. Grayscale: #5D5D5D. Windows color (decimal): -2681696 or 10491095. OLE color: 10491095.

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

Color convert

RGB 215 20 160 -
CMYK 0 0.91 0.26 0.16
HSL 316.92º 0.83% 0.46% -
HSV(B) 316.92º 0.91% 0.84% -
XYZ 34.62 17.49 34.81 -
YUV 94.27 165.1 214.12 -
System Red Green Blue C M Y K H S L
Decimal 215 20 160 0 0.91 0.26 0.16 316.92 0.83 0.46
Hex D7 14 A0 0 5B 1A 10 13D 53 2E
Octal 327 24 240 0 133 32 20 475 123 56
Binary 11010111 10100 10100000 0 1011011 11010 10000 100111101 1010011 101110

Color Harmonies of #D714A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714A0

Black with #D714A0

Text Example


Text Example

White with #D714A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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