Html Css Color HEX #D52090 Medium Violet Red

📋 copy color: '#D52090'

red 213 ◦ green 32 ◦ blue 144

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

Shades of Medium Violet Red #D52090

Tints of Medium Violet Red #D52090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 54.76%
G = 8.23%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D52090 (or 0xD52090) is known color: Medium Violet Red. HEX triplet: D5, 20 and 90. RGB value is (213,32,144). Sum of RGB (Red+Green+Blue) = 213+32+144=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D52090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52090 is #2ADF6F. Grayscale: #626262. Windows color (decimal): -2809712 or 9445589. OLE color: 9445589.

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

Color convert

RGB 213 32 144 -
CMYK 0 0.85 0.32 0.16
HSL 322.87º 0.74% 0.48% -
HSV(B) 322.87º 0.85% 0.84% -
XYZ 32.99 17.19 27.97 -
YUV 98.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 213 32 144 0 0.85 0.32 0.16 322.87 0.74 0.48
Hex D5 20 90 0 55 20 10 143 4A 30
Octal 325 40 220 0 125 40 20 503 112 60
Binary 11010101 100000 10010000 0 1010101 100000 10000 101000011 1001010 110000

Color Harmonies of #D52090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52090

Black with #D52090

Text Example


Text Example

White with #D52090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52090; }

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

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

background-color css

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

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

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

border-color css

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

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

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