Html Css Color HEX #D00BA6 Medium Violet Red

📋 copy color: '#D00BA6'

red 208 ◦ green 11 ◦ blue 166

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

Shades of Medium Violet Red #D00BA6

Tints of Medium Violet Red #D00BA6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 54.03%
G = 2.86%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D00BA6 (or 0xD00BA6) is known color: Medium Violet Red. HEX triplet: D0, 0B and A6. RGB value is (208,11,166). Sum of RGB (Red+Green+Blue) = 208+11+166=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00BA6 is #2FF459. Grayscale: #575757. Windows color (decimal): -3142746 or 10882000. OLE color: 10882000.

HSL color Cylindrical-coordinate representation of color #D00BA6: hue angle of 312.79º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00BA6 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 11 166 -
CMYK 0 0.95 0.20 0.18
HSL 312.79º 0.9% 0.43% -
HSV(B) 312.79º 0.95% 0.82% -
XYZ 33.02 16.4 37.5 -
YUV 87.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 208 11 166 0 0.95 0.20 0.18 312.79 0.9 0.43
Hex D0 B A6 0 5F 14 12 139 5A 2B
Octal 320 13 246 0 137 24 22 471 132 53
Binary 11010000 1011 10100110 0 1011111 10100 10010 100111001 1011010 101011

Color Harmonies of #D00BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00BA6

Black with #D00BA6

Text Example


Text Example

White with #D00BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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