Html Css Color HEX #D3007B Medium Violet Red

📋 copy color: '#D3007B'

red 211 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #D3007B

Tints of Medium Violet Red #D3007B

RGB

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

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

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

R = 63.17%
G = 0%
B = 36.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3007B (or 0xD3007B) is known color: Medium Violet Red. HEX triplet: D3, 00 and 7B. RGB value is (211,0,123). Sum of RGB (Red+Green+Blue) = 211+0+123=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D3007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3007B is #2CFF84. Grayscale: #4C4C4C. Windows color (decimal): -2948997 or 8061139. OLE color: 8061139.

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

Color convert

RGB 211 0 123 -
CMYK 0 1 0.42 0.17
HSL 325.02º 1% 0.41% -
HSV(B) 325.02º 1% 0.83% -
XYZ 30.44 15.28 20.08 -
YUV 77.11 153.9 223.5 -
System Red Green Blue C M Y K H S L
Decimal 211 0 123 0 1 0.42 0.17 325.02 1 0.41
Hex D3 0 7B 0 64 2A 11 145 64 29
Octal 323 0 173 0 144 52 21 505 144 51
Binary 11010011 0 1111011 0 1100100 101010 10001 101000101 1100100 101001

Color Harmonies of #D3007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3007B

Black with #D3007B

Text Example


Text Example

White with #D3007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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