Html Css Color HEX #D4019A Medium Violet Red

📋 copy color: '#D4019A'

red 212 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #D4019A

Tints of Medium Violet Red #D4019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 57.77%
G = 0.27%
B = 41.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4019A (or 0xD4019A) is known color: Medium Violet Red. HEX triplet: D4, 01 and 9A. RGB value is (212,1,154). Sum of RGB (Red+Green+Blue) = 212+1+154=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D4019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4019A is #2BFE65. Grayscale: #515151. Windows color (decimal): -2883174 or 10093012. OLE color: 10093012.

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

Color convert

RGB 212 1 154 -
CMYK 0 1.00 0.27 0.17
HSL 316.49º 0.99% 0.42% -
HSV(B) 316.49º 1% 0.83% -
XYZ 32.99 16.35 31.99 -
YUV 81.53 168.9 221.06 -
System Red Green Blue C M Y K H S L
Decimal 212 1 154 0 1.00 0.27 0.17 316.49 0.99 0.42
Hex D4 1 9A 0 64 1B 11 13C 63 2A
Octal 324 1 232 0 144 33 21 474 143 52
Binary 11010100 1 10011010 0 1100100 11011 10001 100111100 1100011 101010

Color Harmonies of #D4019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4019A

Black with #D4019A

Text Example


Text Example

White with #D4019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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