Html Css Color HEX #D01DAA Medium Violet Red

📋 copy color: '#D01DAA'

red 208 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #D01DAA

Tints of Medium Violet Red #D01DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 51.11%
G = 7.13%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D01DAA (or 0xD01DAA) is known color: Medium Violet Red. HEX triplet: D0, 1D and AA. RGB value is (208,29,170). Sum of RGB (Red+Green+Blue) = 208+29+170=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DAA is #2FE255. Grayscale: #626262. Windows color (decimal): -3138134 or 11148752. OLE color: 11148752.

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

Color convert

RGB 208 29 170 -
CMYK 0 0.86 0.18 0.18
HSL 312.74º 0.76% 0.46% -
HSV(B) 312.74º 0.86% 0.82% -
XYZ 33.71 17.19 39.57 -
YUV 98.6 168.3 206.04 -
System Red Green Blue C M Y K H S L
Decimal 208 29 170 0 0.86 0.18 0.18 312.74 0.76 0.46
Hex D0 1D AA 0 56 12 12 139 4C 2E
Octal 320 35 252 0 126 22 22 471 114 56
Binary 11010000 11101 10101010 0 1010110 10010 10010 100111001 1001100 101110

Color Harmonies of #D01DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DAA

Black with #D01DAA

Text Example


Text Example

White with #D01DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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