Html Css Color HEX #D52094 Medium Violet Red

📋 copy color: '#D52094'

red 213 ◦ green 32 ◦ blue 148

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

Shades of Medium Violet Red #D52094

Tints of Medium Violet Red #D52094

RGB

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

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

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

R = 54.2%
G = 8.14%
B = 37.66%

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

#D52094 (or 0xD52094) is known color: Medium Violet Red. HEX triplet: D5, 20 and 94. RGB value is (213,32,148). Sum of RGB (Red+Green+Blue) = 213+32+148=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D52094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52094 is #2ADF6B. Grayscale: #636363. Windows color (decimal): -2809708 or 9707733. OLE color: 9707733.

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

Color convert

RGB 213 32 148 -
CMYK 0 0.85 0.31 0.16
HSL 321.55º 0.74% 0.48% -
HSV(B) 321.55º 0.85% 0.84% -
XYZ 33.3 17.32 29.6 -
YUV 99.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 213 32 148 0 0.85 0.31 0.16 321.55 0.74 0.48
Hex D5 20 94 0 55 1F 10 142 4A 30
Octal 325 40 224 0 125 37 20 502 112 60
Binary 11010101 100000 10010100 0 1010101 11111 10000 101000010 1001010 110000

Color Harmonies of #D52094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52094

Black with #D52094

Text Example


Text Example

White with #D52094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52094; }

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

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

background-color css

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

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

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

border-color css

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

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

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