Html Css Color HEX #D10592 Medium Violet Red

📋 copy color: '#D10592'

red 209 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #D10592

Tints of Medium Violet Red #D10592

RGB

 RED value IS 209 (82.03% from 255) = 58.06%

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

 BLUE value IS 146 (57.42% from 255) = 40.56%

R = 58.06%
G = 1.39%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D10592 (or 0xD10592) is known color: Medium Violet Red. HEX triplet: D1, 05 and 92. RGB value is (209,5,146). Sum of RGB (Red+Green+Blue) = 209+5+146=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D10592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10592 is #2EFA6D. Grayscale: #515151. Windows color (decimal): -3078766 or 9569745. OLE color: 9569745.

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

Color convert

RGB 209 5 146 -
CMYK 0 0.98 0.30 0.18
HSL 318.53º 0.95% 0.42% -
HSV(B) 318.53º 0.98% 0.82% -
XYZ 31.54 15.74 28.57 -
YUV 82.07 164.09 218.54 -
System Red Green Blue C M Y K H S L
Decimal 209 5 146 0 0.98 0.30 0.18 318.53 0.95 0.42
Hex D1 5 92 0 62 1E 12 13F 5F 2A
Octal 321 5 222 0 142 36 22 477 137 52
Binary 11010001 101 10010010 0 1100010 11110 10010 100111111 1011111 101010

Color Harmonies of #D10592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10592

Black with #D10592

Text Example


Text Example

White with #D10592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10592; }

 p { color: rgb(209,5,146); }

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

background-color css

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

 a { background-color: rgb(209,5,146); }

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

border-color css

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

 span { border-color: rgb(209,5,146); }

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