Html Css Color HEX #D10875 Medium Violet Red

📋 copy color: '#D10875'

red 209 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #D10875

Tints of Medium Violet Red #D10875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

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

R = 62.57%
G = 2.4%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D10875 (or 0xD10875) is known color: Medium Violet Red. HEX triplet: D1, 08 and 75. RGB value is (209,8,117). Sum of RGB (Red+Green+Blue) = 209+8+117=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D10875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10875 is #2EF78A. Grayscale: #505050. Windows color (decimal): -3078027 or 7669969. OLE color: 7669969.

HSL color Cylindrical-coordinate representation of color #D10875: hue angle of 327.46º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10875 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 8 117 -
CMYK 0 0.96 0.44 0.18
HSL 327.46º 0.93% 0.43% -
HSV(B) 327.46º 0.96% 0.82% -
XYZ 29.59 15.01 18.17 -
YUV 80.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 209 8 117 0 0.96 0.44 0.18 327.46 0.93 0.43
Hex D1 8 75 0 60 2C 12 147 5D 2B
Octal 321 10 165 0 140 54 22 507 135 53
Binary 11010001 1000 1110101 0 1100000 101100 10010 101000111 1011101 101011

Color Harmonies of #D10875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10875

Black with #D10875

Text Example


Text Example

White with #D10875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10875; }

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

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

background-color css

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

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

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

border-color css

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

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

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