Html Css Color HEX #D00E8D Medium Violet Red

📋 copy color: '#D00E8D'

red 208 ◦ green 14 ◦ blue 141

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

Shades of Medium Violet Red #D00E8D

Tints of Medium Violet Red #D00E8D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.86%

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

R = 57.3%
G = 3.86%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D00E8D (or 0xD00E8D) is known color: Medium Violet Red. HEX triplet: D0, 0E and 8D. RGB value is (208,14,141). Sum of RGB (Red+Green+Blue) = 208+14+141=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00E8D is #2FF172. Grayscale: #565656. Windows color (decimal): -3142003 or 9244368. OLE color: 9244368.

HSL color Cylindrical-coordinate representation of color #D00E8D: hue angle of 320.72º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00E8D is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 14 141 -
CMYK 0 0.93 0.32 0.18
HSL 320.72º 0.87% 0.44% -
HSV(B) 320.72º 0.93% 0.82% -
XYZ 30.98 15.65 26.59 -
YUV 86.48 158.77 214.67 -
System Red Green Blue C M Y K H S L
Decimal 208 14 141 0 0.93 0.32 0.18 320.72 0.87 0.44
Hex D0 E 8D 0 5D 20 12 141 57 2C
Octal 320 16 215 0 135 40 22 501 127 54
Binary 11010000 1110 10001101 0 1011101 100000 10010 101000001 1010111 101100

Color Harmonies of #D00E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E8D

Black with #D00E8D

Text Example


Text Example

White with #D00E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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