Html Css Color HEX #D3059A Medium Violet Red

📋 copy color: '#D3059A'

red 211 ◦ green 5 ◦ blue 154

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

Shades of Medium Violet Red #D3059A

Tints of Medium Violet Red #D3059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 57.03%
G = 1.35%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3059A (or 0xD3059A) is known color: Medium Violet Red. HEX triplet: D3, 05 and 9A. RGB value is (211,5,154). Sum of RGB (Red+Green+Blue) = 211+5+154=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D3059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3059A is #2CFA65. Grayscale: #535353. Windows color (decimal): -2947686 or 10094035. OLE color: 10094035.

HSL color Cylindrical-coordinate representation of color #D3059A: hue angle of 316.6º degrees, saturation: 0.95, 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 #D3059A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 154 -
CMYK 0 0.98 0.27 0.17
HSL 316.6º 0.95% 0.42% -
HSV(B) 316.6º 0.98% 0.83% -
XYZ 32.75 16.29 31.99 -
YUV 83.58 167.75 218.88 -
System Red Green Blue C M Y K H S L
Decimal 211 5 154 0 0.98 0.27 0.17 316.6 0.95 0.42
Hex D3 5 9A 0 62 1B 11 13D 5F 2A
Octal 323 5 232 0 142 33 21 475 137 52
Binary 11010011 101 10011010 0 1100010 11011 10001 100111101 1011111 101010

Color Harmonies of #D3059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3059A

Black with #D3059A

Text Example


Text Example

White with #D3059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3059A; }

 p { color: rgb(211,5,154); }

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

background-color css

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

 a { background-color: rgb(211,5,154); }

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

border-color css

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

 span { border-color: rgb(211,5,154); }

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