Html Css Color HEX #D5229F Medium Violet Red

📋 copy color: '#D5229F'

red 213 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #D5229F

Tints of Medium Violet Red #D5229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 52.46%
G = 8.37%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5229F (or 0xD5229F) is known color: Medium Violet Red. HEX triplet: D5, 22 and 9F. RGB value is (213,34,159). Sum of RGB (Red+Green+Blue) = 213+34+159=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5229F is #2ADD60. Grayscale: #656565. Windows color (decimal): -2809185 or 10429141. OLE color: 10429141.

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

Color convert

RGB 213 34 159 -
CMYK 0 0.84 0.25 0.16
HSL 318.1º 0.72% 0.48% -
HSV(B) 318.1º 0.84% 0.84% -
XYZ 34.27 17.79 34.43 -
YUV 101.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 213 34 159 0 0.84 0.25 0.16 318.1 0.72 0.48
Hex D5 22 9F 0 54 19 10 13E 48 30
Octal 325 42 237 0 124 31 20 476 110 60
Binary 11010101 100010 10011111 0 1010100 11001 10000 100111110 1001000 110000

Color Harmonies of #D5229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5229F

Black with #D5229F

Text Example


Text Example

White with #D5229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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