Html Css Color HEX #D52099 Medium Violet Red

📋 copy color: '#D52099'

red 213 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #D52099

Tints of Medium Violet Red #D52099

RGB

 RED value IS 213 (83.59% from 255) = 53.52%

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

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

R = 53.52%
G = 8.04%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D52099 (or 0xD52099) is known color: Medium Violet Red. HEX triplet: D5, 20 and 99. RGB value is (213,32,153). Sum of RGB (Red+Green+Blue) = 213+32+153=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D52099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52099 is #2ADF66. Grayscale: #636363. Windows color (decimal): -2809703 or 10035413. OLE color: 10035413.

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

Color convert

RGB 213 32 153 -
CMYK 0 0.85 0.28 0.16
HSL 319.89º 0.74% 0.48% -
HSV(B) 319.89º 0.85% 0.84% -
XYZ 33.71 17.48 31.73 -
YUV 99.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 213 32 153 0 0.85 0.28 0.16 319.89 0.74 0.48
Hex D5 20 99 0 55 1C 10 140 4A 30
Octal 325 40 231 0 125 34 20 500 112 60
Binary 11010101 100000 10011001 0 1010101 11100 10000 101000000 1001010 110000

Color Harmonies of #D52099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52099

Black with #D52099

Text Example


Text Example

White with #D52099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52099; }

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

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

background-color css

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

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

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

border-color css

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

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

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