Html Css Color HEX #D52088 Medium Violet Red

📋 copy color: '#D52088'

red 213 ◦ green 32 ◦ blue 136

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

Shades of Medium Violet Red #D52088

Tints of Medium Violet Red #D52088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 55.91%
G = 8.4%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D52088 (or 0xD52088) is known color: Medium Violet Red. HEX triplet: D5, 20 and 88. RGB value is (213,32,136). Sum of RGB (Red+Green+Blue) = 213+32+136=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D52088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52088 is #2ADF77. Grayscale: #616161. Windows color (decimal): -2809720 or 8921301. OLE color: 8921301.

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

Color convert

RGB 213 32 136 -
CMYK 0 0.85 0.36 0.16
HSL 325.52º 0.74% 0.48% -
HSV(B) 325.52º 0.85% 0.84% -
XYZ 32.4 16.96 24.86 -
YUV 97.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 213 32 136 0 0.85 0.36 0.16 325.52 0.74 0.48
Hex D5 20 88 0 55 24 10 146 4A 30
Octal 325 40 210 0 125 44 20 506 112 60
Binary 11010101 100000 10001000 0 1010101 100100 10000 101000110 1001010 110000

Color Harmonies of #D52088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52088

Black with #D52088

Text Example


Text Example

White with #D52088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52088; }

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

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

background-color css

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

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

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

border-color css

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

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

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