Html Css Color HEX #D615A5 Medium Violet Red

📋 copy color: '#D615A5'

red 214 ◦ green 21 ◦ blue 165

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

Shades of Medium Violet Red #D615A5

Tints of Medium Violet Red #D615A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 53.5%
G = 5.25%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D615A5 (or 0xD615A5) is known color: Medium Violet Red. HEX triplet: D6, 15 and A5. RGB value is (214,21,165). Sum of RGB (Red+Green+Blue) = 214+21+165=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D615A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615A5 is #29EA5A. Grayscale: #5E5E5E. Windows color (decimal): -2746971 or 10819030. OLE color: 10819030.

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

Color convert

RGB 214 21 165 -
CMYK 0 0.90 0.23 0.16
HSL 315.23º 0.82% 0.46% -
HSV(B) 315.23º 0.9% 0.84% -
XYZ 34.79 17.55 37.15 -
YUV 95.12 167.44 212.79 -
System Red Green Blue C M Y K H S L
Decimal 214 21 165 0 0.90 0.23 0.16 315.23 0.82 0.46
Hex D6 15 A5 0 5A 17 10 13B 52 2E
Octal 326 25 245 0 132 27 20 473 122 56
Binary 11010110 10101 10100101 0 1011010 10111 10000 100111011 1010010 101110

Color Harmonies of #D615A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615A5

Black with #D615A5

Text Example


Text Example

White with #D615A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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