Html Css Color HEX #D3007A Medium Violet Red

📋 copy color: '#D3007A'

red 211 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #D3007A

Tints of Medium Violet Red #D3007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 63.36%
G = 0%
B = 36.64%

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

#D3007A (or 0xD3007A) is known color: Medium Violet Red. HEX triplet: D3, 00 and 7A. RGB value is (211,0,122). Sum of RGB (Red+Green+Blue) = 211+0+122=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D3007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3007A is #2CFF85. Grayscale: #4C4C4C. Windows color (decimal): -2948998 or 7995603. OLE color: 7995603.

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

Color convert

RGB 211 0 122 -
CMYK 0 1 0.42 0.17
HSL 325.31º 1% 0.41% -
HSV(B) 325.31º 1% 0.83% -
XYZ 30.38 15.25 19.76 -
YUV 77 153.4 223.58 -
System Red Green Blue C M Y K H S L
Decimal 211 0 122 0 1 0.42 0.17 325.31 1 0.41
Hex D3 0 7A 0 64 2A 11 145 64 29
Octal 323 0 172 0 144 52 21 505 144 51
Binary 11010011 0 1111010 0 1100100 101010 10001 101000101 1100100 101001

Color Harmonies of #D3007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3007A

Black with #D3007A

Text Example


Text Example

White with #D3007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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