Html Css Color HEX #D01376 Medium Violet Red

📋 copy color: '#D01376'

red 208 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #D01376

Tints of Medium Violet Red #D01376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 60.29%
G = 5.51%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D01376 (or 0xD01376) is known color: Medium Violet Red. HEX triplet: D0, 13 and 76. RGB value is (208,19,118). Sum of RGB (Red+Green+Blue) = 208+19+118=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D01376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01376 is #2FEC89. Grayscale: #565656. Windows color (decimal): -3140746 or 7738320. OLE color: 7738320.

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

Color convert

RGB 208 19 118 -
CMYK 0 0.91 0.43 0.18
HSL 328.57º 0.83% 0.45% -
HSV(B) 328.57º 0.91% 0.82% -
XYZ 29.52 15.18 18.51 -
YUV 86.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 208 19 118 0 0.91 0.43 0.18 328.57 0.83 0.45
Hex D0 13 76 0 5B 2B 12 149 53 2D
Octal 320 23 166 0 133 53 22 511 123 55
Binary 11010000 10011 1110110 0 1011011 101011 10010 101001001 1010011 101101

Color Harmonies of #D01376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01376

Black with #D01376

Text Example


Text Example

White with #D01376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01376; }

 p { color: rgb(208,19,118); }

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

background-color css

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

 a { background-color: rgb(208,19,118); }

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

border-color css

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

 span { border-color: rgb(208,19,118); }

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