Html Css Color HEX #D5128B Medium Violet Red

📋 copy color: '#D5128B'

red 213 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #D5128B

Tints of Medium Violet Red #D5128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 57.57%
G = 4.86%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5128B (or 0xD5128B) is known color: Medium Violet Red. HEX triplet: D5, 12 and 8B. RGB value is (213,18,139). Sum of RGB (Red+Green+Blue) = 213+18+139=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5128B is #2AED74. Grayscale: #595959. Windows color (decimal): -2813301 or 9114325. OLE color: 9114325.

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

Color convert

RGB 213 18 139 -
CMYK 0 0.92 0.35 0.16
HSL 322.77º 0.84% 0.45% -
HSV(B) 322.77º 0.92% 0.84% -
XYZ 32.32 16.44 25.9 -
YUV 90.1 155.6 215.66 -
System Red Green Blue C M Y K H S L
Decimal 213 18 139 0 0.92 0.35 0.16 322.77 0.84 0.45
Hex D5 12 8B 0 5C 23 10 143 54 2D
Octal 325 22 213 0 134 43 20 503 124 55
Binary 11010101 10010 10001011 0 1011100 100011 10000 101000011 1010100 101101

Color Harmonies of #D5128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5128B

Black with #D5128B

Text Example


Text Example

White with #D5128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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