Html Css Color HEX #D3008B Medium Violet Red

📋 copy color: '#D3008B'

red 211 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #D3008B

Tints of Medium Violet Red #D3008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 60.29%
G = 0%
B = 39.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3008B (or 0xD3008B) is known color: Medium Violet Red. HEX triplet: D3, 00 and 8B. RGB value is (211,0,139). Sum of RGB (Red+Green+Blue) = 211+0+139=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D3008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3008B is #2CFF74. Grayscale: #4E4E4E. Windows color (decimal): -2948981 or 9109715. OLE color: 9109715.

HSL color Cylindrical-coordinate representation of color #D3008B: hue angle of 320.47º 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 #D3008B is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 139 -
CMYK 0 1 0.34 0.17
HSL 320.47º 1% 0.41% -
HSV(B) 320.47º 1% 0.83% -
XYZ 31.52 15.71 25.8 -
YUV 78.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 211 0 139 0 1 0.34 0.17 320.47 1 0.41
Hex D3 0 8B 0 64 22 11 140 64 29
Octal 323 0 213 0 144 42 21 500 144 51
Binary 11010011 0 10001011 0 1100100 100010 10001 101000000 1100100 101001

Color Harmonies of #D3008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3008B

Black with #D3008B

Text Example


Text Example

White with #D3008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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