Html Css Color HEX #D4168F Medium Violet Red

📋 copy color: '#D4168F'

red 212 ◦ green 22 ◦ blue 143

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

Shades of Medium Violet Red #D4168F

Tints of Medium Violet Red #D4168F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 56.23%
G = 5.84%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4168F (or 0xD4168F) is known color: Medium Violet Red. HEX triplet: D4, 16 and 8F. RGB value is (212,22,143). Sum of RGB (Red+Green+Blue) = 212+22+143=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4168F is #2BE970. Grayscale: #5C5C5C. Windows color (decimal): -2877809 or 9377492. OLE color: 9377492.

HSL color Cylindrical-coordinate representation of color #D4168F: hue angle of 321.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4168F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 143 -
CMYK 0 0.90 0.33 0.17
HSL 321.79º 0.81% 0.46% -
HSV(B) 321.79º 0.9% 0.83% -
XYZ 32.4 16.55 27.47 -
YUV 92.6 156.45 213.16 -
System Red Green Blue C M Y K H S L
Decimal 212 22 143 0 0.90 0.33 0.17 321.79 0.81 0.46
Hex D4 16 8F 0 5A 21 11 142 51 2E
Octal 324 26 217 0 132 41 21 502 121 56
Binary 11010100 10110 10001111 0 1011010 100001 10001 101000010 1010001 101110

Color Harmonies of #D4168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4168F

Black with #D4168F

Text Example


Text Example

White with #D4168F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4168F; }

 p { color: rgb(212,22,143); }

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

background-color css

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

 a { background-color: rgb(212,22,143); }

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

border-color css

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

 span { border-color: rgb(212,22,143); }

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