Html Css Color HEX #D10298 Medium Violet Red

📋 copy color: '#D10298'

red 209 ◦ green 2 ◦ blue 152

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

Shades of Medium Violet Red #D10298

Tints of Medium Violet Red #D10298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 57.58%
G = 0.55%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D10298 (or 0xD10298) is known color: Medium Violet Red. HEX triplet: D1, 02 and 98. RGB value is (209,2,152). Sum of RGB (Red+Green+Blue) = 209+2+152=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D10298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10298 is #2EFD67. Grayscale: #505050. Windows color (decimal): -3079528 or 9962193. OLE color: 9962193.

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

Color convert

RGB 209 2 152 -
CMYK 0 0.99 0.27 0.18
HSL 316.52º 0.98% 0.41% -
HSV(B) 316.52º 0.99% 0.82% -
XYZ 31.98 15.87 31.08 -
YUV 80.99 168.08 219.3 -
System Red Green Blue C M Y K H S L
Decimal 209 2 152 0 0.99 0.27 0.18 316.52 0.98 0.41
Hex D1 2 98 0 63 1B 12 13D 62 29
Octal 321 2 230 0 143 33 22 475 142 51
Binary 11010001 10 10011000 0 1100011 11011 10010 100111101 1100010 101001

Color Harmonies of #D10298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10298

Black with #D10298

Text Example


Text Example

White with #D10298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10298; }

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

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

background-color css

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

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

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

border-color css

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

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

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