Html Css Color HEX #D4117B Medium Violet Red

📋 copy color: '#D4117B'

red 212 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #D4117B

Tints of Medium Violet Red #D4117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.83%

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

R = 60.23%
G = 4.83%
B = 34.94%

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

#D4117B (or 0xD4117B) is known color: Medium Violet Red. HEX triplet: D4, 11 and 7B. RGB value is (212,17,123). Sum of RGB (Red+Green+Blue) = 212+17+123=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4117B is #2BEE84. Grayscale: #575757. Windows color (decimal): -2879109 or 8065492. OLE color: 8065492.

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

Color convert

RGB 212 17 123 -
CMYK 0 0.92 0.42 0.17
HSL 327.38º 0.85% 0.45% -
HSV(B) 327.38º 0.92% 0.83% -
XYZ 30.93 15.83 20.16 -
YUV 87.39 148.1 216.88 -
System Red Green Blue C M Y K H S L
Decimal 212 17 123 0 0.92 0.42 0.17 327.38 0.85 0.45
Hex D4 11 7B 0 5C 2A 11 147 55 2D
Octal 324 21 173 0 134 52 21 507 125 55
Binary 11010100 10001 1111011 0 1011100 101010 10001 101000111 1010101 101101

Color Harmonies of #D4117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4117B

Black with #D4117B

Text Example


Text Example

White with #D4117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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