Html Css Color HEX #D00E7F Medium Violet Red

📋 copy color: '#D00E7F'

red 208 ◦ green 14 ◦ blue 127

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

Shades of Medium Violet Red #D00E7F

Tints of Medium Violet Red #D00E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 59.6%
G = 4.01%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D00E7F (or 0xD00E7F) is known color: Medium Violet Red. HEX triplet: D0, 0E and 7F. RGB value is (208,14,127). Sum of RGB (Red+Green+Blue) = 208+14+127=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E7F is #2FF180. Grayscale: #545454. Windows color (decimal): -3142017 or 8326864. OLE color: 8326864.

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

Color convert

RGB 208 14 127 -
CMYK 0 0.93 0.39 0.18
HSL 325.05º 0.87% 0.44% -
HSV(B) 325.05º 0.93% 0.82% -
XYZ 30 15.26 21.44 -
YUV 84.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 208 14 127 0 0.93 0.39 0.18 325.05 0.87 0.44
Hex D0 E 7F 0 5D 27 12 145 57 2C
Octal 320 16 177 0 135 47 22 505 127 54
Binary 11010000 1110 1111111 0 1011101 100111 10010 101000101 1010111 101100

Color Harmonies of #D00E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E7F

Black with #D00E7F

Text Example


Text Example

White with #D00E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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