Html Css Color HEX #D52196 Medium Violet Red

📋 copy color: '#D52196'

red 213 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #D52196

Tints of Medium Violet Red #D52196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 53.79%
G = 8.33%
B = 37.88%

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

#D52196 (or 0xD52196) is known color: Medium Violet Red. HEX triplet: D5, 21 and 96. RGB value is (213,33,150). Sum of RGB (Red+Green+Blue) = 213+33+150=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D52196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52196 is #2ADE69. Grayscale: #636363. Windows color (decimal): -2809450 or 9839061. OLE color: 9839061.

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

Color convert

RGB 213 33 150 -
CMYK 0 0.85 0.30 0.16
HSL 321º 0.73% 0.48% -
HSV(B) 321º 0.85% 0.84% -
XYZ 33.49 17.44 30.45 -
YUV 100.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 213 33 150 0 0.85 0.30 0.16 321 0.73 0.48
Hex D5 21 96 0 55 1E 10 141 49 30
Octal 325 41 226 0 125 36 20 501 111 60
Binary 11010101 100001 10010110 0 1010101 11110 10000 101000001 1001001 110000

Color Harmonies of #D52196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52196

Black with #D52196

Text Example


Text Example

White with #D52196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52196; }

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

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

background-color css

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

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

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

border-color css

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

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

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