Html Css Color HEX #D8058D Medium Violet Red

📋 copy color: '#D8058D'

red 216 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #D8058D

Tints of Medium Violet Red #D8058D

RGB

 RED value IS 216 (84.77% from 255) = 59.67%

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 59.67%
G = 1.38%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8058D (or 0xD8058D) is known color: Medium Violet Red. HEX triplet: D8, 05 and 8D. RGB value is (216,5,141). Sum of RGB (Red+Green+Blue) = 216+5+141=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8058D is #27FA72. Grayscale: #535353. Windows color (decimal): -2620019 or 9242072. OLE color: 9242072.

HSL color Cylindrical-coordinate representation of color #D8058D: hue angle of 321.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8058D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 141 -
CMYK 0 0.98 0.35 0.15
HSL 321.33º 0.95% 0.43% -
HSV(B) 321.33º 0.98% 0.85% -
XYZ 33.18 16.63 26.66 -
YUV 83.59 160.4 222.44 -
System Red Green Blue C M Y K H S L
Decimal 216 5 141 0 0.98 0.35 0.15 321.33 0.95 0.43
Hex D8 5 8D 0 62 23 F 141 5F 2B
Octal 330 5 215 0 142 43 17 501 137 53
Binary 11011000 101 10001101 0 1100010 100011 1111 101000001 1011111 101011

Color Harmonies of #D8058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8058D

Black with #D8058D

Text Example


Text Example

White with #D8058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8058D; }

 p { color: rgb(216,5,141); }

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

background-color css

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

 a { background-color: rgb(216,5,141); }

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

border-color css

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

 span { border-color: rgb(216,5,141); }

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