Html Css Color HEX #D718A1 Medium Violet Red

📋 copy color: '#D718A1'

red 215 ◦ green 24 ◦ blue 161

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

Shades of Medium Violet Red #D718A1

Tints of Medium Violet Red #D718A1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6%

 BLUE value IS 161 (63.28% from 255) = 40.25%

R = 53.75%
G = 6%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D718A1 (or 0xD718A1) is known color: Medium Violet Red. HEX triplet: D7, 18 and A1. RGB value is (215,24,161). Sum of RGB (Red+Green+Blue) = 215+24+161=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D718A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D718A1 is #28E75E. Grayscale: #606060. Windows color (decimal): -2680671 or 10557655. OLE color: 10557655.

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

Color convert

RGB 215 24 161 -
CMYK 0 0.89 0.25 0.16
HSL 316.96º 0.8% 0.47% -
HSV(B) 316.96º 0.89% 0.84% -
XYZ 34.78 17.67 35.3 -
YUV 96.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 215 24 161 0 0.89 0.25 0.16 316.96 0.8 0.47
Hex D7 18 A1 0 59 19 10 13D 50 2F
Octal 327 30 241 0 131 31 20 475 120 57
Binary 11010111 11000 10100001 0 1011001 11001 10000 100111101 1010000 101111

Color Harmonies of #D718A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718A1

Black with #D718A1

Text Example


Text Example

White with #D718A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718A1; }

 p { color: rgb(215,24,161); }

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

background-color css

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

 a { background-color: rgb(215,24,161); }

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

border-color css

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

 span { border-color: rgb(215,24,161); }

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