Html Css Color HEX #D0018E Medium Violet Red

📋 copy color: '#D0018E'

red 208 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #D0018E

Tints of Medium Violet Red #D0018E

RGB

 RED value IS 208 (81.64% from 255) = 59.26%

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

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 59.26%
G = 0.28%
B = 40.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0018E (or 0xD0018E) is known color: Medium Violet Red. HEX triplet: D0, 01 and 8E. RGB value is (208,1,142). Sum of RGB (Red+Green+Blue) = 208+1+142=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0018E is #2FFE71. Grayscale: #4E4E4E. Windows color (decimal): -3145330 or 9306576. OLE color: 9306576.

HSL color Cylindrical-coordinate representation of color #D0018E: hue angle of 319.13º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0018E is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 142 -
CMYK 0 1.00 0.32 0.18
HSL 319.13º 0.99% 0.41% -
HSV(B) 319.13º 1% 0.82% -
XYZ 30.91 15.38 26.93 -
YUV 78.97 163.58 220.04 -
System Red Green Blue C M Y K H S L
Decimal 208 1 142 0 1.00 0.32 0.18 319.13 0.99 0.41
Hex D0 1 8E 0 64 20 12 13F 63 29
Octal 320 1 216 0 144 40 22 477 143 51
Binary 11010000 1 10001110 0 1100100 100000 10010 100111111 1100011 101001

Color Harmonies of #D0018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0018E

Black with #D0018E

Text Example


Text Example

White with #D0018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0018E; }

 p { color: rgb(208,1,142); }

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

background-color css

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

 a { background-color: rgb(208,1,142); }

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

border-color css

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

 span { border-color: rgb(208,1,142); }

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