Html Css Color HEX #D62095 Medium Violet Red

📋 copy color: '#D62095'

red 214 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #D62095

Tints of Medium Violet Red #D62095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 54.18%
G = 8.1%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D62095 (or 0xD62095) is known color: Medium Violet Red. HEX triplet: D6, 20 and 95. RGB value is (214,32,149). Sum of RGB (Red+Green+Blue) = 214+32+149=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D62095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62095 is #29DF6A. Grayscale: #636363. Windows color (decimal): -2744171 or 9773270. OLE color: 9773270.

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

Color convert

RGB 214 32 149 -
CMYK 0 0.85 0.30 0.16
HSL 321.43º 0.74% 0.48% -
HSV(B) 321.43º 0.85% 0.84% -
XYZ 33.67 17.5 30.04 -
YUV 99.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 214 32 149 0 0.85 0.30 0.16 321.43 0.74 0.48
Hex D6 20 95 0 55 1E 10 141 4A 30
Octal 326 40 225 0 125 36 20 501 112 60
Binary 11010110 100000 10010101 0 1010101 11110 10000 101000001 1001010 110000

Color Harmonies of #D62095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62095

Black with #D62095

Text Example


Text Example

White with #D62095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62095; }

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

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

background-color css

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

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

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

border-color css

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

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

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