Html Css Color HEX #D10372 Medium Violet Red

📋 copy color: '#D10372'

red 209 ◦ green 3 ◦ blue 114

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

Shades of Medium Violet Red #D10372

Tints of Medium Violet Red #D10372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 64.11%
G = 0.92%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D10372 (or 0xD10372) is known color: Medium Violet Red. HEX triplet: D1, 03 and 72. RGB value is (209,3,114). Sum of RGB (Red+Green+Blue) = 209+3+114=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D10372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10372 is #2EFC8D. Grayscale: #4D4D4D. Windows color (decimal): -3079310 or 7472081. OLE color: 7472081.

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

Color convert

RGB 209 3 114 -
CMYK 0 0.99 0.45 0.18
HSL 327.67º 0.97% 0.42% -
HSV(B) 327.67º 0.99% 0.82% -
XYZ 29.36 14.84 17.24 -
YUV 77.25 148.75 221.97 -
System Red Green Blue C M Y K H S L
Decimal 209 3 114 0 0.99 0.45 0.18 327.67 0.97 0.42
Hex D1 3 72 0 63 2D 12 148 61 2A
Octal 321 3 162 0 143 55 22 510 141 52
Binary 11010001 11 1110010 0 1100011 101101 10010 101001000 1100001 101010

Color Harmonies of #D10372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10372

Black with #D10372

Text Example


Text Example

White with #D10372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10372; }

 p { color: rgb(209,3,114); }

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

background-color css

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

 a { background-color: rgb(209,3,114); }

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

border-color css

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

 span { border-color: rgb(209,3,114); }

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