Html Css Color HEX #D01879 Medium Violet Red

📋 copy color: '#D01879'

red 208 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #D01879

Tints of Medium Violet Red #D01879

RGB

 RED value IS 208 (81.64% from 255) = 58.92%

 GREEN value IS 24 (9.77% from 255) = 6.8%

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 58.92%
G = 6.8%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D01879 (or 0xD01879) is known color: Medium Violet Red. HEX triplet: D0, 18 and 79. RGB value is (208,24,121). Sum of RGB (Red+Green+Blue) = 208+24+121=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D01879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01879 is #2FE786. Grayscale: #595959. Windows color (decimal): -3139463 or 7936208. OLE color: 7936208.

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

Color convert

RGB 208 24 121 -
CMYK 0 0.88 0.42 0.18
HSL 328.37º 0.79% 0.45% -
HSV(B) 328.37º 0.88% 0.82% -
XYZ 29.79 15.44 19.5 -
YUV 90.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 208 24 121 0 0.88 0.42 0.18 328.37 0.79 0.45
Hex D0 18 79 0 58 2A 12 148 4F 2D
Octal 320 30 171 0 130 52 22 510 117 55
Binary 11010000 11000 1111001 0 1011000 101010 10010 101001000 1001111 101101

Color Harmonies of #D01879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01879

Black with #D01879

Text Example


Text Example

White with #D01879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01879; }

 p { color: rgb(208,24,121); }

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

background-color css

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

 a { background-color: rgb(208,24,121); }

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

border-color css

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

 span { border-color: rgb(208,24,121); }

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