Html Css Color HEX #D10293 Medium Violet Red

📋 copy color: '#D10293'

red 209 ◦ green 2 ◦ blue 147

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

Shades of Medium Violet Red #D10293

Tints of Medium Violet Red #D10293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 58.38%
G = 0.56%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D10293 (or 0xD10293) is known color: Medium Violet Red. HEX triplet: D1, 02 and 93. RGB value is (209,2,147). Sum of RGB (Red+Green+Blue) = 209+2+147=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D10293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10293 is #2EFD6C. Grayscale: #505050. Windows color (decimal): -3079533 or 9634513. OLE color: 9634513.

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

Color convert

RGB 209 2 147 -
CMYK 0 0.99 0.30 0.18
HSL 317.97º 0.98% 0.41% -
HSV(B) 317.97º 0.99% 0.82% -
XYZ 31.58 15.71 28.97 -
YUV 80.42 165.58 219.71 -
System Red Green Blue C M Y K H S L
Decimal 209 2 147 0 0.99 0.30 0.18 317.97 0.98 0.41
Hex D1 2 93 0 63 1E 12 13E 62 29
Octal 321 2 223 0 143 36 22 476 142 51
Binary 11010001 10 10010011 0 1100011 11110 10010 100111110 1100010 101001

Color Harmonies of #D10293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10293

Black with #D10293

Text Example


Text Example

White with #D10293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10293; }

 p { color: rgb(209,2,147); }

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

background-color css

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

 a { background-color: rgb(209,2,147); }

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

border-color css

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

 span { border-color: rgb(209,2,147); }

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