Html Css Color HEX #D5018C Medium Violet Red

📋 copy color: '#D5018C'

red 213 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #D5018C

Tints of Medium Violet Red #D5018C

RGB

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

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

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

R = 60.17%
G = 0.28%
B = 39.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5018C (or 0xD5018C) is known color: Medium Violet Red. HEX triplet: D5, 01 and 8C. RGB value is (213,1,140). Sum of RGB (Red+Green+Blue) = 213+1+140=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5018C is #2AFE73. Grayscale: #4F4F4F. Windows color (decimal): -2817652 or 9175509. OLE color: 9175509.

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

Color convert

RGB 213 1 140 -
CMYK 0 1.00 0.34 0.16
HSL 320.66º 0.99% 0.42% -
HSV(B) 320.66º 1% 0.84% -
XYZ 32.19 16.06 26.21 -
YUV 80.23 161.74 222.7 -
System Red Green Blue C M Y K H S L
Decimal 213 1 140 0 1.00 0.34 0.16 320.66 0.99 0.42
Hex D5 1 8C 0 64 22 10 141 63 2A
Octal 325 1 214 0 144 42 20 501 143 52
Binary 11010101 1 10001100 0 1100100 100010 10000 101000001 1100011 101010

Color Harmonies of #D5018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5018C

Black with #D5018C

Text Example


Text Example

White with #D5018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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