Html Css Color HEX #D3058B Medium Violet Red

📋 copy color: '#D3058B'

red 211 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #D3058B

Tints of Medium Violet Red #D3058B

RGB

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

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

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

R = 59.44%
G = 1.41%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3058B (or 0xD3058B) is known color: Medium Violet Red. HEX triplet: D3, 05 and 8B. RGB value is (211,5,139). Sum of RGB (Red+Green+Blue) = 211+5+139=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3058B is #2CFA74. Grayscale: #515151. Windows color (decimal): -2947701 or 9110995. OLE color: 9110995.

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

Color convert

RGB 211 5 139 -
CMYK 0 0.98 0.34 0.17
HSL 320.97º 0.95% 0.42% -
HSV(B) 320.97º 0.98% 0.83% -
XYZ 31.58 15.82 25.82 -
YUV 81.87 160.25 220.1 -
System Red Green Blue C M Y K H S L
Decimal 211 5 139 0 0.98 0.34 0.17 320.97 0.95 0.42
Hex D3 5 8B 0 62 22 11 141 5F 2A
Octal 323 5 213 0 142 42 21 501 137 52
Binary 11010011 101 10001011 0 1100010 100010 10001 101000001 1011111 101010

Color Harmonies of #D3058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3058B

Black with #D3058B

Text Example


Text Example

White with #D3058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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