Html Css Color HEX #D6058F Medium Violet Red

📋 copy color: '#D6058F'

red 214 ◦ green 5 ◦ blue 143

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

Shades of Medium Violet Red #D6058F

Tints of Medium Violet Red #D6058F

RGB

 RED value IS 214 (83.98% from 255) = 59.12%

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

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 59.12%
G = 1.38%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6058F (or 0xD6058F) is known color: Medium Violet Red. HEX triplet: D6, 05 and 8F. RGB value is (214,5,143). Sum of RGB (Red+Green+Blue) = 214+5+143=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6058F is #29FA70. Grayscale: #525252. Windows color (decimal): -2751089 or 9373142. OLE color: 9373142.

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

Color convert

RGB 214 5 143 -
CMYK 0 0.98 0.33 0.16
HSL 320.38º 0.95% 0.43% -
HSV(B) 320.38º 0.98% 0.84% -
XYZ 32.74 16.39 27.42 -
YUV 83.22 161.74 221.28 -
System Red Green Blue C M Y K H S L
Decimal 214 5 143 0 0.98 0.33 0.16 320.38 0.95 0.43
Hex D6 5 8F 0 62 21 10 140 5F 2B
Octal 326 5 217 0 142 41 20 500 137 53
Binary 11010110 101 10001111 0 1100010 100001 10000 101000000 1011111 101011

Color Harmonies of #D6058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6058F

Black with #D6058F

Text Example


Text Example

White with #D6058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6058F; }

 p { color: rgb(214,5,143); }

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

background-color css

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

 a { background-color: rgb(214,5,143); }

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

border-color css

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

 span { border-color: rgb(214,5,143); }

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