Html Css Color HEX #D00BA7 Medium Violet Red

📋 copy color: '#D00BA7'

red 208 ◦ green 11 ◦ blue 167

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

Shades of Medium Violet Red #D00BA7

Tints of Medium Violet Red #D00BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.26%

R = 53.89%
G = 2.85%
B = 43.26%

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

#D00BA7 (or 0xD00BA7) is known color: Medium Violet Red. HEX triplet: D0, 0B and A7. RGB value is (208,11,167). Sum of RGB (Red+Green+Blue) = 208+11+167=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00BA7 is #2FF458. Grayscale: #575757. Windows color (decimal): -3142745 or 10947536. OLE color: 10947536.

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

Color convert

RGB 208 11 167 -
CMYK 0 0.95 0.20 0.18
HSL 312.49º 0.9% 0.43% -
HSV(B) 312.49º 0.95% 0.82% -
XYZ 33.11 16.44 37.99 -
YUV 87.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 208 11 167 0 0.95 0.20 0.18 312.49 0.9 0.43
Hex D0 B A7 0 5F 14 12 138 5A 2B
Octal 320 13 247 0 137 24 22 470 132 53
Binary 11010000 1011 10100111 0 1011111 10100 10010 100111000 1011010 101011

Color Harmonies of #D00BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00BA7

Black with #D00BA7

Text Example


Text Example

White with #D00BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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