Html Css Color HEX #D52194 Medium Violet Red

📋 copy color: '#D52194'

red 213 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #D52194

Tints of Medium Violet Red #D52194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 54.06%
G = 8.38%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D52194 (or 0xD52194) is known color: Medium Violet Red. HEX triplet: D5, 21 and 94. RGB value is (213,33,148). Sum of RGB (Red+Green+Blue) = 213+33+148=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D52194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52194 is #2ADE6B. Grayscale: #636363. Windows color (decimal): -2809452 or 9707989. OLE color: 9707989.

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

Color convert

RGB 213 33 148 -
CMYK 0 0.85 0.31 0.16
HSL 321.67º 0.73% 0.48% -
HSV(B) 321.67º 0.85% 0.84% -
XYZ 33.33 17.37 29.61 -
YUV 99.93 155.13 208.65 -
System Red Green Blue C M Y K H S L
Decimal 213 33 148 0 0.85 0.31 0.16 321.67 0.73 0.48
Hex D5 21 94 0 55 1F 10 142 49 30
Octal 325 41 224 0 125 37 20 502 111 60
Binary 11010101 100001 10010100 0 1010101 11111 10000 101000010 1001001 110000

Color Harmonies of #D52194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52194

Black with #D52194

Text Example


Text Example

White with #D52194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52194; }

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

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

background-color css

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

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

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

border-color css

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

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

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