Html Css Color HEX #D4169D Medium Violet Red

📋 copy color: '#D4169D'

red 212 ◦ green 22 ◦ blue 157

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

Shades of Medium Violet Red #D4169D

Tints of Medium Violet Red #D4169D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 54.22%
G = 5.63%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4169D (or 0xD4169D) is known color: Medium Violet Red. HEX triplet: D4, 16 and 9D. RGB value is (212,22,157). Sum of RGB (Red+Green+Blue) = 212+22+157=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4169D is #2BE962. Grayscale: #5D5D5D. Windows color (decimal): -2877795 or 10294996. OLE color: 10294996.

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

Color convert

RGB 212 22 157 -
CMYK 0 0.90 0.26 0.17
HSL 317.37º 0.81% 0.46% -
HSV(B) 317.37º 0.9% 0.83% -
XYZ 33.52 17.01 33.41 -
YUV 94.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 212 22 157 0 0.90 0.26 0.17 317.37 0.81 0.46
Hex D4 16 9D 0 5A 1A 11 13D 51 2E
Octal 324 26 235 0 132 32 21 475 121 56
Binary 11010100 10110 10011101 0 1011010 11010 10001 100111101 1010001 101110

Color Harmonies of #D4169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4169D

Black with #D4169D

Text Example


Text Example

White with #D4169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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