Html Css Color HEX #D01074 Medium Violet Red

📋 copy color: '#D01074'

red 208 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #D01074

Tints of Medium Violet Red #D01074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 61.18%
G = 4.71%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D01074 (or 0xD01074) is known color: Medium Violet Red. HEX triplet: D0, 10 and 74. RGB value is (208,16,116). Sum of RGB (Red+Green+Blue) = 208+16+116=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D01074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01074 is #2FEF8B. Grayscale: #545454. Windows color (decimal): -3141516 or 7606480. OLE color: 7606480.

HSL color Cylindrical-coordinate representation of color #D01074: hue angle of 328.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01074 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 116 -
CMYK 0 0.92 0.44 0.18
HSL 328.75º 0.86% 0.44% -
HSV(B) 328.75º 0.92% 0.82% -
XYZ 29.35 15.04 17.88 -
YUV 84.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 208 16 116 0 0.92 0.44 0.18 328.75 0.86 0.44
Hex D0 10 74 0 5C 2C 12 149 56 2C
Octal 320 20 164 0 134 54 22 511 126 54
Binary 11010000 10000 1110100 0 1011100 101100 10010 101001001 1010110 101100

Color Harmonies of #D01074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01074

Black with #D01074

Text Example


Text Example

White with #D01074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01074; }

 p { color: rgb(208,16,116); }

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

background-color css

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

 a { background-color: rgb(208,16,116); }

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

border-color css

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

 span { border-color: rgb(208,16,116); }

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