Html Css Color HEX #D2059F Medium Violet Red

📋 copy color: '#D2059F'

red 210 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #D2059F

Tints of Medium Violet Red #D2059F

RGB

 RED value IS 210 (82.42% from 255) = 56.15%

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 56.15%
G = 1.34%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2059F (or 0xD2059F) is known color: Medium Violet Red. HEX triplet: D2, 05 and 9F. RGB value is (210,5,159). Sum of RGB (Red+Green+Blue) = 210+5+159=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2059F is #2DFA60. Grayscale: #535353. Windows color (decimal): -3013217 or 10421714. OLE color: 10421714.

HSL color Cylindrical-coordinate representation of color #D2059F: hue angle of 314.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2059F is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 159 -
CMYK 0 0.98 0.24 0.18
HSL 314.93º 0.95% 0.42% -
HSV(B) 314.93º 0.98% 0.82% -
XYZ 32.89 16.31 34.22 -
YUV 83.85 170.42 217.98 -
System Red Green Blue C M Y K H S L
Decimal 210 5 159 0 0.98 0.24 0.18 314.93 0.95 0.42
Hex D2 5 9F 0 62 18 12 13B 5F 2A
Octal 322 5 237 0 142 30 22 473 137 52
Binary 11010010 101 10011111 0 1100010 11000 10010 100111011 1011111 101010

Color Harmonies of #D2059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2059F

Black with #D2059F

Text Example


Text Example

White with #D2059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2059F; }

 p { color: rgb(210,5,159); }

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

background-color css

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

 a { background-color: rgb(210,5,159); }

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

border-color css

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

 span { border-color: rgb(210,5,159); }

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