Html Css Color HEX #D4127B Medium Violet Red

📋 copy color: '#D4127B'

red 212 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #D4127B

Tints of Medium Violet Red #D4127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 60.06%
G = 5.1%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4127B (or 0xD4127B) is known color: Medium Violet Red. HEX triplet: D4, 12 and 7B. RGB value is (212,18,123). Sum of RGB (Red+Green+Blue) = 212+18+123=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4127B is #2BED84. Grayscale: #575757. Windows color (decimal): -2878853 or 8065748. OLE color: 8065748.

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

Color convert

RGB 212 18 123 -
CMYK 0 0.92 0.42 0.17
HSL 327.53º 0.84% 0.45% -
HSV(B) 327.53º 0.92% 0.83% -
XYZ 30.94 15.86 20.17 -
YUV 87.98 147.77 216.46 -
System Red Green Blue C M Y K H S L
Decimal 212 18 123 0 0.92 0.42 0.17 327.53 0.84 0.45
Hex D4 12 7B 0 5C 2A 11 148 54 2D
Octal 324 22 173 0 134 52 21 510 124 55
Binary 11010100 10010 1111011 0 1011100 101010 10001 101001000 1010100 101101

Color Harmonies of #D4127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4127B

Black with #D4127B

Text Example


Text Example

White with #D4127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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