Html Css Color HEX #D01E8F Medium Violet Red

📋 copy color: '#D01E8F'

red 208 ◦ green 30 ◦ blue 143

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

Shades of Medium Violet Red #D01E8F

Tints of Medium Violet Red #D01E8F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.87%

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

R = 54.59%
G = 7.87%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D01E8F (or 0xD01E8F) is known color: Medium Violet Red. HEX triplet: D0, 1E and 8F. RGB value is (208,30,143). Sum of RGB (Red+Green+Blue) = 208+30+143=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01E8F is #2FE170. Grayscale: #5F5F5F. Windows color (decimal): -3137905 or 9379536. OLE color: 9379536.

HSL color Cylindrical-coordinate representation of color #D01E8F: hue angle of 321.91º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E8F is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 143 -
CMYK 0 0.86 0.31 0.18
HSL 321.91º 0.75% 0.47% -
HSV(B) 321.91º 0.86% 0.82% -
XYZ 31.43 16.32 27.48 -
YUV 96.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 208 30 143 0 0.86 0.31 0.18 321.91 0.75 0.47
Hex D0 1E 8F 0 56 1F 12 142 4B 2F
Octal 320 36 217 0 126 37 22 502 113 57
Binary 11010000 11110 10001111 0 1010110 11111 10010 101000010 1001011 101111

Color Harmonies of #D01E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E8F

Black with #D01E8F

Text Example


Text Example

White with #D01E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E8F; }

 p { color: rgb(208,30,143); }

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

background-color css

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

 a { background-color: rgb(208,30,143); }

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

border-color css

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

 span { border-color: rgb(208,30,143); }

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