Html Css Color HEX #D3008D Medium Violet Red

📋 copy color: '#D3008D'

red 211 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #D3008D

Tints of Medium Violet Red #D3008D

RGB

 RED value IS 211 (82.81% from 255) = 59.94%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.94%
G = 0%
B = 40.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3008D (or 0xD3008D) is known color: Medium Violet Red. HEX triplet: D3, 00 and 8D. RGB value is (211,0,141). Sum of RGB (Red+Green+Blue) = 211+0+141=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D3008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3008D is #2CFF72. Grayscale: #4E4E4E. Windows color (decimal): -2948979 or 9240787. OLE color: 9240787.

HSL color Cylindrical-coordinate representation of color #D3008D: hue angle of 319.91º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3008D is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 141 -
CMYK 0 1 0.33 0.17
HSL 319.91º 1% 0.41% -
HSV(B) 319.91º 1% 0.83% -
XYZ 31.67 15.77 26.57 -
YUV 79.16 162.9 222.04 -
System Red Green Blue C M Y K H S L
Decimal 211 0 141 0 1 0.33 0.17 319.91 1 0.41
Hex D3 0 8D 0 64 21 11 140 64 29
Octal 323 0 215 0 144 41 21 500 144 51
Binary 11010011 0 10001101 0 1100100 100001 10001 101000000 1100100 101001

Color Harmonies of #D3008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3008D

Black with #D3008D

Text Example


Text Example

White with #D3008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3008D; }

 p { color: rgb(211,0,141); }

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

background-color css

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

 a { background-color: rgb(211,0,141); }

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

border-color css

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

 span { border-color: rgb(211,0,141); }

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