Html Css Color HEX #D00E8B Medium Violet Red

📋 copy color: '#D00E8B'

red 208 ◦ green 14 ◦ blue 139

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

Shades of Medium Violet Red #D00E8B

Tints of Medium Violet Red #D00E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 57.62%
G = 3.88%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D00E8B (or 0xD00E8B) is known color: Medium Violet Red. HEX triplet: D0, 0E and 8B. RGB value is (208,14,139). Sum of RGB (Red+Green+Blue) = 208+14+139=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00E8B is #2FF174. Grayscale: #555555. Windows color (decimal): -3142005 or 9113296. OLE color: 9113296.

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

Color convert

RGB 208 14 139 -
CMYK 0 0.93 0.33 0.18
HSL 321.34º 0.87% 0.44% -
HSV(B) 321.34º 0.93% 0.82% -
XYZ 30.83 15.59 25.81 -
YUV 86.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 208 14 139 0 0.93 0.33 0.18 321.34 0.87 0.44
Hex D0 E 8B 0 5D 21 12 141 57 2C
Octal 320 16 213 0 135 41 22 501 127 54
Binary 11010000 1110 10001011 0 1011101 100001 10010 101000001 1010111 101100

Color Harmonies of #D00E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E8B

Black with #D00E8B

Text Example


Text Example

White with #D00E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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