Html Css Color HEX #D10188 Medium Violet Red

📋 copy color: '#D10188'

red 209 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #D10188

Tints of Medium Violet Red #D10188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 60.4%
G = 0.29%
B = 39.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D10188 (or 0xD10188) is known color: Medium Violet Red. HEX triplet: D1, 01 and 88. RGB value is (209,1,136). Sum of RGB (Red+Green+Blue) = 209+1+136=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D10188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10188 is #2EFE77. Grayscale: #4E4E4E. Windows color (decimal): -3079800 or 8913361. OLE color: 8913361.

HSL color Cylindrical-coordinate representation of color #D10188: hue angle of 321.06º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10188 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 136 -
CMYK 0 1.00 0.35 0.18
HSL 321.06º 0.99% 0.41% -
HSV(B) 321.06º 1% 0.82% -
XYZ 30.75 15.35 24.64 -
YUV 78.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 209 1 136 0 1.00 0.35 0.18 321.06 0.99 0.41
Hex D1 1 88 0 64 23 12 141 63 29
Octal 321 1 210 0 144 43 22 501 143 51
Binary 11010001 1 10001000 0 1100100 100011 10010 101000001 1100011 101001

Color Harmonies of #D10188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10188

Black with #D10188

Text Example


Text Example

White with #D10188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10188; }

 p { color: rgb(209,1,136); }

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

background-color css

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

 a { background-color: rgb(209,1,136); }

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

border-color css

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

 span { border-color: rgb(209,1,136); }

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