Html Css Color HEX #D10278 Medium Violet Red

📋 copy color: '#D10278'

red 209 ◦ green 2 ◦ blue 120

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

Shades of Medium Violet Red #D10278

Tints of Medium Violet Red #D10278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 63.14%
G = 0.6%
B = 36.25%

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

#D10278 (or 0xD10278) is known color: Medium Violet Red. HEX triplet: D1, 02 and 78. RGB value is (209,2,120). Sum of RGB (Red+Green+Blue) = 209+2+120=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D10278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10278 is #2EFD87. Grayscale: #4D4D4D. Windows color (decimal): -3079560 or 7865041. OLE color: 7865041.

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

Color convert

RGB 209 2 120 -
CMYK 0 0.99 0.43 0.18
HSL 325.8º 0.98% 0.41% -
HSV(B) 325.8º 0.99% 0.82% -
XYZ 29.71 14.95 19.09 -
YUV 77.35 152.08 221.91 -
System Red Green Blue C M Y K H S L
Decimal 209 2 120 0 0.99 0.43 0.18 325.8 0.98 0.41
Hex D1 2 78 0 63 2B 12 146 62 29
Octal 321 2 170 0 143 53 22 506 142 51
Binary 11010001 10 1111000 0 1100011 101011 10010 101000110 1100010 101001

Color Harmonies of #D10278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10278

Black with #D10278

Text Example


Text Example

White with #D10278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10278; }

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

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

background-color css

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

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

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

border-color css

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

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

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