Html Css Color HEX #D5129F Medium Violet Red

📋 copy color: '#D5129F'

red 213 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #D5129F

Tints of Medium Violet Red #D5129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.62%

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

R = 54.62%
G = 4.62%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5129F (or 0xD5129F) is known color: Medium Violet Red. HEX triplet: D5, 12 and 9F. RGB value is (213,18,159). Sum of RGB (Red+Green+Blue) = 213+18+159=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5129F is #2AED60. Grayscale: #5C5C5C. Windows color (decimal): -2813281 or 10425045. OLE color: 10425045.

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

Color convert

RGB 213 18 159 -
CMYK 0 0.92 0.25 0.16
HSL 316.62º 0.84% 0.45% -
HSV(B) 316.62º 0.92% 0.84% -
XYZ 33.91 17.08 34.31 -
YUV 92.38 165.6 214.04 -
System Red Green Blue C M Y K H S L
Decimal 213 18 159 0 0.92 0.25 0.16 316.62 0.84 0.45
Hex D5 12 9F 0 5C 19 10 13D 54 2D
Octal 325 22 237 0 134 31 20 475 124 55
Binary 11010101 10010 10011111 0 1011100 11001 10000 100111101 1010100 101101

Color Harmonies of #D5129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5129F

Black with #D5129F

Text Example


Text Example

White with #D5129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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