Html Css Color HEX #D4018C Medium Violet Red

📋 copy color: '#D4018C'

red 212 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #D4018C

Tints of Medium Violet Red #D4018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 60.06%
G = 0.28%
B = 39.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4018C (or 0xD4018C) is known color: Medium Violet Red. HEX triplet: D4, 01 and 8C. RGB value is (212,1,140). Sum of RGB (Red+Green+Blue) = 212+1+140=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4018C is #2BFE73. Grayscale: #4F4F4F. Windows color (decimal): -2883188 or 9175508. OLE color: 9175508.

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

Color convert

RGB 212 1 140 -
CMYK 0 1.00 0.34 0.17
HSL 320.47º 0.99% 0.42% -
HSV(B) 320.47º 1% 0.83% -
XYZ 31.9 15.91 26.2 -
YUV 79.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 212 1 140 0 1.00 0.34 0.17 320.47 0.99 0.42
Hex D4 1 8C 0 64 22 11 140 63 2A
Octal 324 1 214 0 144 42 21 500 143 52
Binary 11010100 1 10001100 0 1100100 100010 10001 101000000 1100011 101010

Color Harmonies of #D4018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4018C

Black with #D4018C

Text Example


Text Example

White with #D4018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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