Html Css Color HEX #D52095 Medium Violet Red

📋 copy color: '#D52095'

red 213 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #D52095

Tints of Medium Violet Red #D52095

RGB

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

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

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

R = 54.06%
G = 8.12%
B = 37.82%

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

#D52095 (or 0xD52095) is known color: Medium Violet Red. HEX triplet: D5, 20 and 95. RGB value is (213,32,149). Sum of RGB (Red+Green+Blue) = 213+32+149=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D52095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52095 is #2ADF6A. Grayscale: #636363. Windows color (decimal): -2809707 or 9773269. OLE color: 9773269.

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

Color convert

RGB 213 32 149 -
CMYK 0 0.85 0.30 0.16
HSL 321.22º 0.74% 0.48% -
HSV(B) 321.22º 0.85% 0.84% -
XYZ 33.38 17.35 30.02 -
YUV 99.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 213 32 149 0 0.85 0.30 0.16 321.22 0.74 0.48
Hex D5 20 95 0 55 1E 10 141 4A 30
Octal 325 40 225 0 125 36 20 501 112 60
Binary 11010101 100000 10010101 0 1010101 11110 10000 101000001 1001010 110000

Color Harmonies of #D52095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52095

Black with #D52095

Text Example


Text Example

White with #D52095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52095; }

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

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

background-color css

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

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

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

border-color css

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

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

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