Html Css Color HEX #D10BA0 Medium Violet Red

📋 copy color: '#D10BA0'

red 209 ◦ green 11 ◦ blue 160

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

Shades of Medium Violet Red #D10BA0

Tints of Medium Violet Red #D10BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 55%
G = 2.89%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D10BA0 (or 0xD10BA0) is known color: Medium Violet Red. HEX triplet: D1, 0B and A0. RGB value is (209,11,160). Sum of RGB (Red+Green+Blue) = 209+11+160=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D10BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10BA0 is #2EF45F. Grayscale: #565656. Windows color (decimal): -3077216 or 10488785. OLE color: 10488785.

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

Color convert

RGB 209 11 160 -
CMYK 0 0.95 0.23 0.18
HSL 314.85º 0.9% 0.43% -
HSV(B) 314.85º 0.95% 0.82% -
XYZ 32.76 16.33 34.68 -
YUV 87.19 169.1 214.88 -
System Red Green Blue C M Y K H S L
Decimal 209 11 160 0 0.95 0.23 0.18 314.85 0.9 0.43
Hex D1 B A0 0 5F 17 12 13B 5A 2B
Octal 321 13 240 0 137 27 22 473 132 53
Binary 11010001 1011 10100000 0 1011111 10111 10010 100111011 1011010 101011

Color Harmonies of #D10BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10BA0

Black with #D10BA0

Text Example


Text Example

White with #D10BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10BA0; }

 p { color: rgb(209,11,160); }

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

background-color css

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

 a { background-color: rgb(209,11,160); }

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

border-color css

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

 span { border-color: rgb(209,11,160); }

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