Html Css Color HEX #D10277 Medium Violet Red

📋 copy color: '#D10277'

red 209 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #D10277

Tints of Medium Violet Red #D10277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 63.33%
G = 0.61%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D10277 (or 0xD10277) is known color: Medium Violet Red. HEX triplet: D1, 02 and 77. RGB value is (209,2,119). Sum of RGB (Red+Green+Blue) = 209+2+119=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D10277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10277 is #2EFD88. Grayscale: #4C4C4C. Windows color (decimal): -3079561 or 7799505. OLE color: 7799505.

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

Color convert

RGB 209 2 119 -
CMYK 0 0.99 0.43 0.18
HSL 326.09º 0.98% 0.41% -
HSV(B) 326.09º 0.99% 0.82% -
XYZ 29.65 14.93 18.77 -
YUV 77.23 151.58 221.99 -
System Red Green Blue C M Y K H S L
Decimal 209 2 119 0 0.99 0.43 0.18 326.09 0.98 0.41
Hex D1 2 77 0 63 2B 12 146 62 29
Octal 321 2 167 0 143 53 22 506 142 51
Binary 11010001 10 1110111 0 1100011 101011 10010 101000110 1100010 101001

Color Harmonies of #D10277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10277

Black with #D10277

Text Example


Text Example

White with #D10277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10277; }

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

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

background-color css

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

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

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

border-color css

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

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

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