Html Css Color HEX #D0038D Medium Violet Red

📋 copy color: '#D0038D'

red 208 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #D0038D

Tints of Medium Violet Red #D0038D

RGB

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

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

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

R = 59.09%
G = 0.85%
B = 40.06%

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

#D0038D (or 0xD0038D) is known color: Medium Violet Red. HEX triplet: D0, 03 and 8D. RGB value is (208,3,141). Sum of RGB (Red+Green+Blue) = 208+3+141=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0038D is #2FFC72. Grayscale: #4F4F4F. Windows color (decimal): -3144819 or 9241552. OLE color: 9241552.

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

Color convert

RGB 208 3 141 -
CMYK 0 0.99 0.32 0.18
HSL 319.61º 0.97% 0.41% -
HSV(B) 319.61º 0.99% 0.82% -
XYZ 30.85 15.4 26.55 -
YUV 80.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 208 3 141 0 0.99 0.32 0.18 319.61 0.97 0.41
Hex D0 3 8D 0 63 20 12 140 61 29
Octal 320 3 215 0 143 40 22 500 141 51
Binary 11010000 11 10001101 0 1100011 100000 10010 101000000 1100001 101001

Color Harmonies of #D0038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0038D

Black with #D0038D

Text Example


Text Example

White with #D0038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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