Html Css Color HEX #D01BAA Medium Violet Red

📋 copy color: '#D01BAA'

red 208 ◦ green 27 ◦ blue 170

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

Shades of Medium Violet Red #D01BAA

Tints of Medium Violet Red #D01BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.67%

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

R = 51.36%
G = 6.67%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D01BAA (or 0xD01BAA) is known color: Medium Violet Red. HEX triplet: D0, 1B and AA. RGB value is (208,27,170). Sum of RGB (Red+Green+Blue) = 208+27+170=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01BAA is #2FE455. Grayscale: #616161. Windows color (decimal): -3138646 or 11148240. OLE color: 11148240.

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

Color convert

RGB 208 27 170 -
CMYK 0 0.87 0.18 0.18
HSL 312.6º 0.77% 0.46% -
HSV(B) 312.6º 0.87% 0.82% -
XYZ 33.66 17.1 39.56 -
YUV 97.42 168.97 206.87 -
System Red Green Blue C M Y K H S L
Decimal 208 27 170 0 0.87 0.18 0.18 312.6 0.77 0.46
Hex D0 1B AA 0 57 12 12 139 4D 2E
Octal 320 33 252 0 127 22 22 471 115 56
Binary 11010000 11011 10101010 0 1010111 10010 10010 100111001 1001101 101110

Color Harmonies of #D01BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01BAA

Black with #D01BAA

Text Example


Text Example

White with #D01BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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