Html Css Color HEX #D40197 Medium Violet Red

📋 copy color: '#D40197'

red 212 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #D40197

Tints of Medium Violet Red #D40197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 151 (59.38% from 255) = 41.48%

R = 58.24%
G = 0.27%
B = 41.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D40197 (or 0xD40197) is known color: Medium Violet Red. HEX triplet: D4, 01 and 97. RGB value is (212,1,151). Sum of RGB (Red+Green+Blue) = 212+1+151=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D40197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40197 is #2BFE68. Grayscale: #505050. Windows color (decimal): -2883177 or 9896404. OLE color: 9896404.

HSL color Cylindrical-coordinate representation of color #D40197: hue angle of 317.35º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40197 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 151 -
CMYK 0 1.00 0.29 0.17
HSL 317.35º 0.99% 0.42% -
HSV(B) 317.35º 1% 0.83% -
XYZ 32.75 16.25 30.69 -
YUV 81.19 167.4 221.3 -
System Red Green Blue C M Y K H S L
Decimal 212 1 151 0 1.00 0.29 0.17 317.35 0.99 0.42
Hex D4 1 97 0 64 1D 11 13D 63 2A
Octal 324 1 227 0 144 35 21 475 143 52
Binary 11010100 1 10010111 0 1100100 11101 10001 100111101 1100011 101010

Color Harmonies of #D40197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40197

Black with #D40197

Text Example


Text Example

White with #D40197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40197; }

 p { color: rgb(212,1,151); }

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

background-color css

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

 a { background-color: rgb(212,1,151); }

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

border-color css

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

 span { border-color: rgb(212,1,151); }

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