Html Css Color HEX #D52195 Medium Violet Red

📋 copy color: '#D52195'

red 213 ◦ green 33 ◦ blue 149

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

Shades of Medium Violet Red #D52195

Tints of Medium Violet Red #D52195

RGB

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

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

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

R = 53.92%
G = 8.35%
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

#D52195 (or 0xD52195) is known color: Medium Violet Red. HEX triplet: D5, 21 and 95. RGB value is (213,33,149). Sum of RGB (Red+Green+Blue) = 213+33+149=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D52195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52195 is #2ADE6A. Grayscale: #636363. Windows color (decimal): -2809451 or 9773525. OLE color: 9773525.

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

Color convert

RGB 213 33 149 -
CMYK 0 0.85 0.30 0.16
HSL 321.33º 0.73% 0.48% -
HSV(B) 321.33º 0.85% 0.84% -
XYZ 33.41 17.4 30.03 -
YUV 100.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 213 33 149 0 0.85 0.30 0.16 321.33 0.73 0.48
Hex D5 21 95 0 55 1E 10 141 49 30
Octal 325 41 225 0 125 36 20 501 111 60
Binary 11010101 100001 10010101 0 1010101 11110 10000 101000001 1001001 110000

Color Harmonies of #D52195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52195

Black with #D52195

Text Example


Text Example

White with #D52195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52195; }

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

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

background-color css

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

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

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

border-color css

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

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

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