Html Css Color HEX #D4017D Medium Violet Red

📋 copy color: '#D4017D'

red 212 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #D4017D

Tints of Medium Violet Red #D4017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 62.72%
G = 0.3%
B = 36.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4017D (or 0xD4017D) is known color: Medium Violet Red. HEX triplet: D4, 01 and 7D. RGB value is (212,1,125). Sum of RGB (Red+Green+Blue) = 212+1+125=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4017D is #2BFE82. Grayscale: #4D4D4D. Windows color (decimal): -2883203 or 8192468. OLE color: 8192468.

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

Color convert

RGB 212 1 125 -
CMYK 0 1.00 0.41 0.17
HSL 324.74º 0.99% 0.42% -
HSV(B) 324.74º 1% 0.83% -
XYZ 30.86 15.5 20.77 -
YUV 78.23 154.4 223.42 -
System Red Green Blue C M Y K H S L
Decimal 212 1 125 0 1.00 0.41 0.17 324.74 0.99 0.42
Hex D4 1 7D 0 64 29 11 145 63 2A
Octal 324 1 175 0 144 51 21 505 143 52
Binary 11010100 1 1111101 0 1100100 101001 10001 101000101 1100011 101010

Color Harmonies of #D4017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4017D

Black with #D4017D

Text Example


Text Example

White with #D4017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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