Html Css Color HEX #D5018F Medium Violet Red

📋 copy color: '#D5018F'

red 213 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #D5018F

Tints of Medium Violet Red #D5018F

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 59.66%
G = 0.28%
B = 40.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5018F (or 0xD5018F) is known color: Medium Violet Red. HEX triplet: D5, 01 and 8F. RGB value is (213,1,143). Sum of RGB (Red+Green+Blue) = 213+1+143=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5018F is #2AFE70. Grayscale: #505050. Windows color (decimal): -2817649 or 9372117. OLE color: 9372117.

HSL color Cylindrical-coordinate representation of color #D5018F: hue angle of 319.81º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5018F is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 143 -
CMYK 0 1.00 0.33 0.16
HSL 319.81º 0.99% 0.42% -
HSV(B) 319.81º 1% 0.84% -
XYZ 32.41 16.15 27.4 -
YUV 80.58 163.24 222.45 -
System Red Green Blue C M Y K H S L
Decimal 213 1 143 0 1.00 0.33 0.16 319.81 0.99 0.42
Hex D5 1 8F 0 64 21 10 140 63 2A
Octal 325 1 217 0 144 41 20 500 143 52
Binary 11010101 1 10001111 0 1100100 100001 10000 101000000 1100011 101010

Color Harmonies of #D5018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5018F

Black with #D5018F

Text Example


Text Example

White with #D5018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5018F; }

 p { color: rgb(213,1,143); }

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

background-color css

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

 a { background-color: rgb(213,1,143); }

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

border-color css

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

 span { border-color: rgb(213,1,143); }

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