Html Css Color HEX #D00E7B Medium Violet Red

📋 copy color: '#D00E7B'

red 208 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #D00E7B

Tints of Medium Violet Red #D00E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 60.29%
G = 4.06%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D00E7B (or 0xD00E7B) is known color: Medium Violet Red. HEX triplet: D0, 0E and 7B. RGB value is (208,14,123). Sum of RGB (Red+Green+Blue) = 208+14+123=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E7B is #2FF184. Grayscale: #545454. Windows color (decimal): -3142021 or 8064720. OLE color: 8064720.

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

Color convert

RGB 208 14 123 -
CMYK 0 0.93 0.41 0.18
HSL 326.29º 0.87% 0.44% -
HSV(B) 326.29º 0.93% 0.82% -
XYZ 29.74 15.15 20.1 -
YUV 84.43 149.77 216.14 -
System Red Green Blue C M Y K H S L
Decimal 208 14 123 0 0.93 0.41 0.18 326.29 0.87 0.44
Hex D0 E 7B 0 5D 29 12 146 57 2C
Octal 320 16 173 0 135 51 22 506 127 54
Binary 11010000 1110 1111011 0 1011101 101001 10010 101000110 1010111 101100

Color Harmonies of #D00E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E7B

Black with #D00E7B

Text Example


Text Example

White with #D00E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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