Html Css Color HEX #D715A2 Medium Violet Red

📋 copy color: '#D715A2'

red 215 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #D715A2

Tints of Medium Violet Red #D715A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.7%

R = 54.02%
G = 5.28%
B = 40.7%

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

#D715A2 (or 0xD715A2) is known color: Medium Violet Red. HEX triplet: D7, 15 and A2. RGB value is (215,21,162). Sum of RGB (Red+Green+Blue) = 215+21+162=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D715A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D715A2 is #28EA5D. Grayscale: #5E5E5E. Windows color (decimal): -2681438 or 10622423. OLE color: 10622423.

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

Color convert

RGB 215 21 162 -
CMYK 0 0.90 0.25 0.16
HSL 316.39º 0.82% 0.46% -
HSV(B) 316.39º 0.9% 0.84% -
XYZ 34.81 17.59 35.74 -
YUV 95.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 215 21 162 0 0.90 0.25 0.16 316.39 0.82 0.46
Hex D7 15 A2 0 5A 19 10 13C 52 2E
Octal 327 25 242 0 132 31 20 474 122 56
Binary 11010111 10101 10100010 0 1011010 11001 10000 100111100 1010010 101110

Color Harmonies of #D715A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715A2

Black with #D715A2

Text Example


Text Example

White with #D715A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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