Html Css Color HEX #D5129A Medium Violet Red

📋 copy color: '#D5129A'

red 213 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #D5129A

Tints of Medium Violet Red #D5129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40%

R = 55.32%
G = 4.68%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5129A (or 0xD5129A) is known color: Medium Violet Red. HEX triplet: D5, 12 and 9A. RGB value is (213,18,154). Sum of RGB (Red+Green+Blue) = 213+18+154=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5129A is #2AED65. Grayscale: #5B5B5B. Windows color (decimal): -2813286 or 10097365. OLE color: 10097365.

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

Color convert

RGB 213 18 154 -
CMYK 0 0.92 0.28 0.16
HSL 318.15º 0.84% 0.45% -
HSV(B) 318.15º 0.92% 0.84% -
XYZ 33.49 16.91 32.07 -
YUV 91.81 163.1 214.44 -
System Red Green Blue C M Y K H S L
Decimal 213 18 154 0 0.92 0.28 0.16 318.15 0.84 0.45
Hex D5 12 9A 0 5C 1C 10 13E 54 2D
Octal 325 22 232 0 134 34 20 476 124 55
Binary 11010101 10010 10011010 0 1011100 11100 10000 100111110 1010100 101101

Color Harmonies of #D5129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5129A

Black with #D5129A

Text Example


Text Example

White with #D5129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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