Html Css Color HEX #D5128C Medium Violet Red

📋 copy color: '#D5128C'

red 213 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #D5128C

Tints of Medium Violet Red #D5128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 57.41%
G = 4.85%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5128C (or 0xD5128C) is known color: Medium Violet Red. HEX triplet: D5, 12 and 8C. RGB value is (213,18,140). Sum of RGB (Red+Green+Blue) = 213+18+140=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5128C is #2AED73. Grayscale: #595959. Windows color (decimal): -2813300 or 9179861. OLE color: 9179861.

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

Color convert

RGB 213 18 140 -
CMYK 0 0.92 0.34 0.16
HSL 322.46º 0.84% 0.45% -
HSV(B) 322.46º 0.92% 0.84% -
XYZ 32.39 16.47 26.28 -
YUV 90.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 213 18 140 0 0.92 0.34 0.16 322.46 0.84 0.45
Hex D5 12 8C 0 5C 22 10 142 54 2D
Octal 325 22 214 0 134 42 20 502 124 55
Binary 11010101 10010 10001100 0 1011100 100010 10000 101000010 1010100 101101

Color Harmonies of #D5128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5128C

Black with #D5128C

Text Example


Text Example

White with #D5128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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