Html Css Color HEX #D620A5 Medium Violet Red

📋 copy color: '#D620A5'

red 214 ◦ green 32 ◦ blue 165

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

Shades of Medium Violet Red #D620A5

Tints of Medium Violet Red #D620A5

RGB

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

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

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

R = 52.07%
G = 7.79%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D620A5 (or 0xD620A5) is known color: Medium Violet Red. HEX triplet: D6, 20 and A5. RGB value is (214,32,165). Sum of RGB (Red+Green+Blue) = 214+32+165=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D620A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D620A5 is #29DF5A. Grayscale: #656565. Windows color (decimal): -2744155 or 10821846. OLE color: 10821846.

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

Color convert

RGB 214 32 165 -
CMYK 0 0.85 0.23 0.16
HSL 316.15º 0.74% 0.48% -
HSV(B) 316.15º 0.85% 0.84% -
XYZ 35.04 18.05 37.23 -
YUV 101.58 163.8 208.19 -
System Red Green Blue C M Y K H S L
Decimal 214 32 165 0 0.85 0.23 0.16 316.15 0.74 0.48
Hex D6 20 A5 0 55 17 10 13C 4A 30
Octal 326 40 245 0 125 27 20 474 112 60
Binary 11010110 100000 10100101 0 1010101 10111 10000 100111100 1001010 110000

Color Harmonies of #D620A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620A5

Black with #D620A5

Text Example


Text Example

White with #D620A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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