Html Css Color HEX #D3049E Medium Violet Red

📋 copy color: '#D3049E'

red 211 ◦ green 4 ◦ blue 158

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

Shades of Medium Violet Red #D3049E

Tints of Medium Violet Red #D3049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 158 (62.11% from 255) = 42.36%

R = 56.57%
G = 1.07%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3049E (or 0xD3049E) is known color: Medium Violet Red. HEX triplet: D3, 04 and 9E. RGB value is (211,4,158). Sum of RGB (Red+Green+Blue) = 211+4+158=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3049E is #2CFB61. Grayscale: #535353. Windows color (decimal): -2947938 or 10355923. OLE color: 10355923.

HSL color Cylindrical-coordinate representation of color #D3049E: hue angle of 315.36º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3049E is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 4 158 -
CMYK 0 0.98 0.25 0.17
HSL 315.36º 0.96% 0.42% -
HSV(B) 315.36º 0.98% 0.83% -
XYZ 33.08 16.4 33.77 -
YUV 83.45 170.08 218.98 -
System Red Green Blue C M Y K H S L
Decimal 211 4 158 0 0.98 0.25 0.17 315.36 0.96 0.42
Hex D3 4 9E 0 62 19 11 13B 60 2A
Octal 323 4 236 0 142 31 21 473 140 52
Binary 11010011 100 10011110 0 1100010 11001 10001 100111011 1100000 101010

Color Harmonies of #D3049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3049E

Black with #D3049E

Text Example


Text Example

White with #D3049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3049E; }

 p { color: rgb(211,4,158); }

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

background-color css

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

 a { background-color: rgb(211,4,158); }

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

border-color css

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

 span { border-color: rgb(211,4,158); }

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