Html Css Color HEX #D52297 Medium Violet Red

📋 copy color: '#D52297'

red 213 ◦ green 34 ◦ blue 151

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

Shades of Medium Violet Red #D52297

Tints of Medium Violet Red #D52297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.54%

 BLUE value IS 151 (59.38% from 255) = 37.94%

R = 53.52%
G = 8.54%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D52297 (or 0xD52297) is known color: Medium Violet Red. HEX triplet: D5, 22 and 97. RGB value is (213,34,151). Sum of RGB (Red+Green+Blue) = 213+34+151=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D52297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52297 is #2ADD68. Grayscale: #646464. Windows color (decimal): -2809193 or 9904853. OLE color: 9904853.

HSL color Cylindrical-coordinate representation of color #D52297: hue angle of 320.78º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52297 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 151 -
CMYK 0 0.84 0.29 0.16
HSL 320.78º 0.72% 0.48% -
HSV(B) 320.78º 0.84% 0.84% -
XYZ 33.6 17.52 30.89 -
YUV 100.86 156.3 207.99 -
System Red Green Blue C M Y K H S L
Decimal 213 34 151 0 0.84 0.29 0.16 320.78 0.72 0.48
Hex D5 22 97 0 54 1D 10 141 48 30
Octal 325 42 227 0 124 35 20 501 110 60
Binary 11010101 100010 10010111 0 1010100 11101 10000 101000001 1001000 110000

Color Harmonies of #D52297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52297

Black with #D52297

Text Example


Text Example

White with #D52297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52297; }

 p { color: rgb(213,34,151); }

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

background-color css

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

 a { background-color: rgb(213,34,151); }

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

border-color css

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

 span { border-color: rgb(213,34,151); }

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