Html Css Color HEX #D615A6 Medium Violet Red

📋 copy color: '#D615A6'

red 214 ◦ green 21 ◦ blue 166

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

Shades of Medium Violet Red #D615A6

Tints of Medium Violet Red #D615A6

RGB

 RED value IS 214 (83.98% from 255) = 53.37%

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

 BLUE value IS 166 (65.23% from 255) = 41.4%

R = 53.37%
G = 5.24%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D615A6 (or 0xD615A6) is known color: Medium Violet Red. HEX triplet: D6, 15 and A6. RGB value is (214,21,166). Sum of RGB (Red+Green+Blue) = 214+21+166=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D615A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615A6 is #29EA59. Grayscale: #5E5E5E. Windows color (decimal): -2746970 or 10884566. OLE color: 10884566.

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

Color convert

RGB 214 21 166 -
CMYK 0 0.90 0.22 0.16
HSL 314.92º 0.82% 0.46% -
HSV(B) 314.92º 0.9% 0.84% -
XYZ 34.88 17.59 37.63 -
YUV 95.24 167.94 212.71 -
System Red Green Blue C M Y K H S L
Decimal 214 21 166 0 0.90 0.22 0.16 314.92 0.82 0.46
Hex D6 15 A6 0 5A 16 10 13B 52 2E
Octal 326 25 246 0 132 26 20 473 122 56
Binary 11010110 10101 10100110 0 1011010 10110 10000 100111011 1010010 101110

Color Harmonies of #D615A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615A6

Black with #D615A6

Text Example


Text Example

White with #D615A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615A6; }

 p { color: rgb(214,21,166); }

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

background-color css

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

 a { background-color: rgb(214,21,166); }

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

border-color css

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

 span { border-color: rgb(214,21,166); }

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