Html Css Color HEX #D52199 Medium Violet Red

📋 copy color: '#D52199'

red 213 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #D52199

Tints of Medium Violet Red #D52199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.27%

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

R = 53.38%
G = 8.27%
B = 38.35%

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

#D52199 (or 0xD52199) is known color: Medium Violet Red. HEX triplet: D5, 21 and 99. RGB value is (213,33,153). Sum of RGB (Red+Green+Blue) = 213+33+153=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D52199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52199 is #2ADE66. Grayscale: #646464. Windows color (decimal): -2809447 or 10035669. OLE color: 10035669.

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

Color convert

RGB 213 33 153 -
CMYK 0 0.85 0.28 0.16
HSL 320º 0.73% 0.48% -
HSV(B) 320º 0.85% 0.84% -
XYZ 33.73 17.53 31.74 -
YUV 100.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 213 33 153 0 0.85 0.28 0.16 320 0.73 0.48
Hex D5 21 99 0 55 1C 10 140 49 30
Octal 325 41 231 0 125 34 20 500 111 60
Binary 11010101 100001 10011001 0 1010101 11100 10000 101000000 1001001 110000

Color Harmonies of #D52199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52199

Black with #D52199

Text Example


Text Example

White with #D52199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52199; }

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

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

background-color css

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

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

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

border-color css

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

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

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