Html Css Color HEX #D62099 Medium Violet Red

📋 copy color: '#D62099'

red 214 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #D62099

Tints of Medium Violet Red #D62099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 53.63%
G = 8.02%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D62099 (or 0xD62099) is known color: Medium Violet Red. HEX triplet: D6, 20 and 99. RGB value is (214,32,153). Sum of RGB (Red+Green+Blue) = 214+32+153=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D62099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62099 is #29DF66. Grayscale: #636363. Windows color (decimal): -2744167 or 10035414. OLE color: 10035414.

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

Color convert

RGB 214 32 153 -
CMYK 0 0.85 0.29 0.16
HSL 320.11º 0.74% 0.48% -
HSV(B) 320.11º 0.85% 0.84% -
XYZ 34 17.63 31.75 -
YUV 100.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 214 32 153 0 0.85 0.29 0.16 320.11 0.74 0.48
Hex D6 20 99 0 55 1D 10 140 4A 30
Octal 326 40 231 0 125 35 20 500 112 60
Binary 11010110 100000 10011001 0 1010101 11101 10000 101000000 1001010 110000

Color Harmonies of #D62099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62099

Black with #D62099

Text Example


Text Example

White with #D62099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62099; }

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

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

background-color css

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

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

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

border-color css

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

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

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