Html Css Color HEX #D4128B Medium Violet Red

📋 copy color: '#D4128B'

red 212 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #D4128B

Tints of Medium Violet Red #D4128B

RGB

 RED value IS 212 (83.2% from 255) = 57.45%

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

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

R = 57.45%
G = 4.88%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4128B (or 0xD4128B) is known color: Medium Violet Red. HEX triplet: D4, 12 and 8B. RGB value is (212,18,139). Sum of RGB (Red+Green+Blue) = 212+18+139=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4128B is #2BED74. Grayscale: #595959. Windows color (decimal): -2878837 or 9114324. OLE color: 9114324.

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

Color convert

RGB 212 18 139 -
CMYK 0 0.92 0.34 0.17
HSL 322.58º 0.84% 0.45% -
HSV(B) 322.58º 0.92% 0.83% -
XYZ 32.03 16.29 25.88 -
YUV 89.8 155.77 215.16 -
System Red Green Blue C M Y K H S L
Decimal 212 18 139 0 0.92 0.34 0.17 322.58 0.84 0.45
Hex D4 12 8B 0 5C 22 11 143 54 2D
Octal 324 22 213 0 134 42 21 503 124 55
Binary 11010100 10010 10001011 0 1011100 100010 10001 101000011 1010100 101101

Color Harmonies of #D4128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4128B

Black with #D4128B

Text Example


Text Example

White with #D4128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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