Html Css Color HEX #D615A2 Medium Violet Red

📋 copy color: '#D615A2'

red 214 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #D615A2

Tints of Medium Violet Red #D615A2

RGB

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

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

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

R = 53.9%
G = 5.29%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D615A2 (or 0xD615A2) is known color: Medium Violet Red. HEX triplet: D6, 15 and A2. RGB value is (214,21,162). Sum of RGB (Red+Green+Blue) = 214+21+162=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D615A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615A2 is #29EA5D. Grayscale: #5E5E5E. Windows color (decimal): -2746974 or 10622422. OLE color: 10622422.

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

Color convert

RGB 214 21 162 -
CMYK 0 0.90 0.24 0.16
HSL 316.17º 0.82% 0.46% -
HSV(B) 316.17º 0.9% 0.84% -
XYZ 34.52 17.44 35.73 -
YUV 94.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 214 21 162 0 0.90 0.24 0.16 316.17 0.82 0.46
Hex D6 15 A2 0 5A 18 10 13C 52 2E
Octal 326 25 242 0 132 30 20 474 122 56
Binary 11010110 10101 10100010 0 1011010 11000 10000 100111100 1010010 101110

Color Harmonies of #D615A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615A2

Black with #D615A2

Text Example


Text Example

White with #D615A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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