Html Css Color HEX #D3018A Medium Violet Red

📋 copy color: '#D3018A'

red 211 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #D3018A

Tints of Medium Violet Red #D3018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 60.29%
G = 0.29%
B = 39.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3018A (or 0xD3018A) is known color: Medium Violet Red. HEX triplet: D3, 01 and 8A. RGB value is (211,1,138). Sum of RGB (Red+Green+Blue) = 211+1+138=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D3018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3018A is #2CFE75. Grayscale: #4F4F4F. Windows color (decimal): -2948726 or 9044435. OLE color: 9044435.

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

Color convert

RGB 211 1 138 -
CMYK 0 1.00 0.35 0.17
HSL 320.86º 0.99% 0.42% -
HSV(B) 320.86º 1% 0.83% -
XYZ 31.46 15.71 25.42 -
YUV 79.41 161.07 221.86 -
System Red Green Blue C M Y K H S L
Decimal 211 1 138 0 1.00 0.35 0.17 320.86 0.99 0.42
Hex D3 1 8A 0 64 23 11 141 63 2A
Octal 323 1 212 0 144 43 21 501 143 52
Binary 11010011 1 10001010 0 1100100 100011 10001 101000001 1100011 101010

Color Harmonies of #D3018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3018A

Black with #D3018A

Text Example


Text Example

White with #D3018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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