Html Css Color HEX #D620A6 Medium Violet Red

📋 copy color: '#D620A6'

red 214 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #D620A6

Tints of Medium Violet Red #D620A6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.77%

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

R = 51.94%
G = 7.77%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D620A6 (or 0xD620A6) is known color: Medium Violet Red. HEX triplet: D6, 20 and A6. RGB value is (214,32,166). Sum of RGB (Red+Green+Blue) = 214+32+166=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D620A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D620A6 is #29DF59. Grayscale: #656565. Windows color (decimal): -2744154 or 10887382. OLE color: 10887382.

HSL color Cylindrical-coordinate representation of color #D620A6: hue angle of 315.82º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D620A6 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 166 -
CMYK 0 0.85 0.22 0.16
HSL 315.82º 0.74% 0.48% -
HSV(B) 315.82º 0.85% 0.84% -
XYZ 35.13 18.08 37.72 -
YUV 101.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 214 32 166 0 0.85 0.22 0.16 315.82 0.74 0.48
Hex D6 20 A6 0 55 16 10 13C 4A 30
Octal 326 40 246 0 125 26 20 474 112 60
Binary 11010110 100000 10100110 0 1010101 10110 10000 100111100 1001010 110000

Color Harmonies of #D620A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620A6

Black with #D620A6

Text Example


Text Example

White with #D620A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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