Html Css Color HEX #D52299 Medium Violet Red

📋 copy color: '#D52299'

red 213 ◦ green 34 ◦ blue 153

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

Shades of Medium Violet Red #D52299

Tints of Medium Violet Red #D52299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 53.25%
G = 8.5%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D52299 (or 0xD52299) is known color: Medium Violet Red. HEX triplet: D5, 22 and 99. RGB value is (213,34,153). Sum of RGB (Red+Green+Blue) = 213+34+153=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D52299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52299 is #2ADD66. Grayscale: #646464. Windows color (decimal): -2809191 or 10035925. OLE color: 10035925.

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

Color convert

RGB 213 34 153 -
CMYK 0 0.84 0.28 0.16
HSL 320.11º 0.72% 0.48% -
HSV(B) 320.11º 0.84% 0.84% -
XYZ 33.76 17.59 31.75 -
YUV 101.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 213 34 153 0 0.84 0.28 0.16 320.11 0.72 0.48
Hex D5 22 99 0 54 1C 10 140 48 30
Octal 325 42 231 0 124 34 20 500 110 60
Binary 11010101 100010 10011001 0 1010100 11100 10000 101000000 1001000 110000

Color Harmonies of #D52299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52299

Black with #D52299

Text Example


Text Example

White with #D52299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52299; }

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

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

background-color css

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

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

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

border-color css

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

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

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