Html Css Color HEX #D3018C Medium Violet Red

📋 copy color: '#D3018C'

red 211 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #D3018C

Tints of Medium Violet Red #D3018C

RGB

 RED value IS 211 (82.81% from 255) = 59.94%

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

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

R = 59.94%
G = 0.28%
B = 39.77%

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

#D3018C (or 0xD3018C) is known color: Medium Violet Red. HEX triplet: D3, 01 and 8C. RGB value is (211,1,140). Sum of RGB (Red+Green+Blue) = 211+1+140=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D3018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3018C is #2CFE73. Grayscale: #4F4F4F. Windows color (decimal): -2948724 or 9175507. OLE color: 9175507.

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

Color convert

RGB 211 1 140 -
CMYK 0 1.00 0.34 0.17
HSL 320.29º 0.99% 0.42% -
HSV(B) 320.29º 1% 0.83% -
XYZ 31.61 15.76 26.19 -
YUV 79.64 162.07 221.7 -
System Red Green Blue C M Y K H S L
Decimal 211 1 140 0 1.00 0.34 0.17 320.29 0.99 0.42
Hex D3 1 8C 0 64 22 11 140 63 2A
Octal 323 1 214 0 144 42 21 500 143 52
Binary 11010011 1 10001100 0 1100100 100010 10001 101000000 1100011 101010

Color Harmonies of #D3018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3018C

Black with #D3018C

Text Example


Text Example

White with #D3018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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