Html Css Color HEX #D01E8D Medium Violet Red

📋 copy color: '#D01E8D'

red 208 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #D01E8D

Tints of Medium Violet Red #D01E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 54.88%
G = 7.92%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D01E8D (or 0xD01E8D) is known color: Medium Violet Red. HEX triplet: D0, 1E and 8D. RGB value is (208,30,141). Sum of RGB (Red+Green+Blue) = 208+30+141=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01E8D is #2FE172. Grayscale: #5F5F5F. Windows color (decimal): -3137907 or 9248464. OLE color: 9248464.

HSL color Cylindrical-coordinate representation of color #D01E8D: hue angle of 322.58º 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 #D01E8D is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 141 -
CMYK 0 0.86 0.32 0.18
HSL 322.58º 0.75% 0.47% -
HSV(B) 322.58º 0.86% 0.82% -
XYZ 31.28 16.26 26.69 -
YUV 95.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 208 30 141 0 0.86 0.32 0.18 322.58 0.75 0.47
Hex D0 1E 8D 0 56 20 12 143 4B 2F
Octal 320 36 215 0 126 40 22 503 113 57
Binary 11010000 11110 10001101 0 1010110 100000 10010 101000011 1001011 101111

Color Harmonies of #D01E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E8D

Black with #D01E8D

Text Example


Text Example

White with #D01E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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