Html Css Color HEX #D4127D Medium Violet Red

📋 copy color: '#D4127D'

red 212 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #D4127D

Tints of Medium Violet Red #D4127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 59.72%
G = 5.07%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4127D (or 0xD4127D) is known color: Medium Violet Red. HEX triplet: D4, 12 and 7D. RGB value is (212,18,125). Sum of RGB (Red+Green+Blue) = 212+18+125=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4127D is #2BED82. Grayscale: #575757. Windows color (decimal): -2878851 or 8196820. OLE color: 8196820.

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

Color convert

RGB 212 18 125 -
CMYK 0 0.92 0.41 0.17
HSL 326.91º 0.84% 0.45% -
HSV(B) 326.91º 0.92% 0.83% -
XYZ 31.07 15.91 20.84 -
YUV 88.2 148.77 216.3 -
System Red Green Blue C M Y K H S L
Decimal 212 18 125 0 0.92 0.41 0.17 326.91 0.84 0.45
Hex D4 12 7D 0 5C 29 11 147 54 2D
Octal 324 22 175 0 134 51 21 507 124 55
Binary 11010100 10010 1111101 0 1011100 101001 10001 101000111 1010100 101101

Color Harmonies of #D4127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4127D

Black with #D4127D

Text Example


Text Example

White with #D4127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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