Html Css Color HEX #D10575 Medium Violet Red

📋 copy color: '#D10575'

red 209 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #D10575

Tints of Medium Violet Red #D10575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 63.14%
G = 1.51%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D10575 (or 0xD10575) is known color: Medium Violet Red. HEX triplet: D1, 05 and 75. RGB value is (209,5,117). Sum of RGB (Red+Green+Blue) = 209+5+117=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D10575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10575 is #2EFA8A. Grayscale: #4E4E4E. Windows color (decimal): -3078795 or 7669201. OLE color: 7669201.

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

Color convert

RGB 209 5 117 -
CMYK 0 0.98 0.44 0.18
HSL 327.06º 0.95% 0.42% -
HSV(B) 327.06º 0.98% 0.82% -
XYZ 29.56 14.95 18.16 -
YUV 78.76 149.59 220.89 -
System Red Green Blue C M Y K H S L
Decimal 209 5 117 0 0.98 0.44 0.18 327.06 0.95 0.42
Hex D1 5 75 0 62 2C 12 147 5F 2A
Octal 321 5 165 0 142 54 22 507 137 52
Binary 11010001 101 1110101 0 1100010 101100 10010 101000111 1011111 101010

Color Harmonies of #D10575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10575

Black with #D10575

Text Example


Text Example

White with #D10575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10575; }

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

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

background-color css

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

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

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

border-color css

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

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

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