Html Css Color HEX #D0038E Medium Violet Red

📋 copy color: '#D0038E'

red 208 ◦ green 3 ◦ blue 142

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

Shades of Medium Violet Red #D0038E

Tints of Medium Violet Red #D0038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 58.92%
G = 0.85%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0038E (or 0xD0038E) is known color: Medium Violet Red. HEX triplet: D0, 03 and 8E. RGB value is (208,3,142). Sum of RGB (Red+Green+Blue) = 208+3+142=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0038E is #2FFC71. Grayscale: #4F4F4F. Windows color (decimal): -3144818 or 9307088. OLE color: 9307088.

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

Color convert

RGB 208 3 142 -
CMYK 0 0.99 0.32 0.18
HSL 319.32º 0.97% 0.41% -
HSV(B) 319.32º 0.99% 0.82% -
XYZ 30.93 15.43 26.94 -
YUV 80.14 162.92 219.2 -
System Red Green Blue C M Y K H S L
Decimal 208 3 142 0 0.99 0.32 0.18 319.32 0.97 0.41
Hex D0 3 8E 0 63 20 12 13F 61 29
Octal 320 3 216 0 143 40 22 477 141 51
Binary 11010000 11 10001110 0 1100011 100000 10010 100111111 1100001 101001

Color Harmonies of #D0038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0038E

Black with #D0038E

Text Example


Text Example

White with #D0038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0038E; }

 p { color: rgb(208,3,142); }

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

background-color css

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

 a { background-color: rgb(208,3,142); }

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

border-color css

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

 span { border-color: rgb(208,3,142); }

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