Html Css Color HEX #D01D74 Medium Violet Red

📋 copy color: '#D01D74'

red 208 ◦ green 29 ◦ blue 116

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

Shades of Medium Violet Red #D01D74

Tints of Medium Violet Red #D01D74

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 58.92%
G = 8.22%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D01D74 (or 0xD01D74) is known color: Medium Violet Red. HEX triplet: D0, 1D and 74. RGB value is (208,29,116). Sum of RGB (Red+Green+Blue) = 208+29+116=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D74 is #2FE28B. Grayscale: #5C5C5C. Windows color (decimal): -3138188 or 7609808. OLE color: 7609808.

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

Color convert

RGB 208 29 116 -
CMYK 0 0.86 0.44 0.18
HSL 330.84º 0.76% 0.46% -
HSV(B) 330.84º 0.86% 0.82% -
XYZ 29.6 15.55 17.96 -
YUV 92.44 141.3 210.43 -
System Red Green Blue C M Y K H S L
Decimal 208 29 116 0 0.86 0.44 0.18 330.84 0.76 0.46
Hex D0 1D 74 0 56 2C 12 14B 4C 2E
Octal 320 35 164 0 126 54 22 513 114 56
Binary 11010000 11101 1110100 0 1010110 101100 10010 101001011 1001100 101110

Color Harmonies of #D01D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D74

Black with #D01D74

Text Example


Text Example

White with #D01D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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