Html Css Color HEX #D714A3 Medium Violet Red

📋 copy color: '#D714A3'

red 215 ◦ green 20 ◦ blue 163

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

Shades of Medium Violet Red #D714A3

Tints of Medium Violet Red #D714A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.95%

R = 54.02%
G = 5.03%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D714A3 (or 0xD714A3) is known color: Medium Violet Red. HEX triplet: D7, 14 and A3. RGB value is (215,20,163). Sum of RGB (Red+Green+Blue) = 215+20+163=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D714A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D714A3 is #28EB5C. Grayscale: #5E5E5E. Windows color (decimal): -2681693 or 10687703. OLE color: 10687703.

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

Color convert

RGB 215 20 163 -
CMYK 0 0.91 0.24 0.16
HSL 316º 0.83% 0.46% -
HSV(B) 316º 0.91% 0.84% -
XYZ 34.89 17.59 36.21 -
YUV 94.61 166.6 213.87 -
System Red Green Blue C M Y K H S L
Decimal 215 20 163 0 0.91 0.24 0.16 316 0.83 0.46
Hex D7 14 A3 0 5B 18 10 13C 53 2E
Octal 327 24 243 0 133 30 20 474 123 56
Binary 11010111 10100 10100011 0 1011011 11000 10000 100111100 1010011 101110

Color Harmonies of #D714A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714A3

Black with #D714A3

Text Example


Text Example

White with #D714A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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