Html Css Color HEX #D01DA6 Medium Violet Red

📋 copy color: '#D01DA6'

red 208 ◦ green 29 ◦ blue 166

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

Shades of Medium Violet Red #D01DA6

Tints of Medium Violet Red #D01DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 51.61%
G = 7.2%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D01DA6 (or 0xD01DA6) is known color: Medium Violet Red. HEX triplet: D0, 1D and A6. RGB value is (208,29,166). Sum of RGB (Red+Green+Blue) = 208+29+166=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DA6 is #2FE259. Grayscale: #616161. Windows color (decimal): -3138138 or 10886608. OLE color: 10886608.

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

Color convert

RGB 208 29 166 -
CMYK 0 0.86 0.20 0.18
HSL 314.08º 0.76% 0.46% -
HSV(B) 314.08º 0.86% 0.82% -
XYZ 33.33 17.04 37.61 -
YUV 98.14 166.3 206.36 -
System Red Green Blue C M Y K H S L
Decimal 208 29 166 0 0.86 0.20 0.18 314.08 0.76 0.46
Hex D0 1D A6 0 56 14 12 13A 4C 2E
Octal 320 35 246 0 126 24 22 472 114 56
Binary 11010000 11101 10100110 0 1010110 10100 10010 100111010 1001100 101110

Color Harmonies of #D01DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DA6

Black with #D01DA6

Text Example


Text Example

White with #D01DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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