Html Css Color HEX #D00B80 Medium Violet Red

📋 copy color: '#D00B80'

red 208 ◦ green 11 ◦ blue 128

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

Shades of Medium Violet Red #D00B80

Tints of Medium Violet Red #D00B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 59.94%
G = 3.17%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D00B80 (or 0xD00B80) is known color: Medium Violet Red. HEX triplet: D0, 0B and 80. RGB value is (208,11,128). Sum of RGB (Red+Green+Blue) = 208+11+128=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00B80 is #2FF47F. Grayscale: #525252. Windows color (decimal): -3142784 or 8391632. OLE color: 8391632.

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

Color convert

RGB 208 11 128 -
CMYK 0 0.95 0.38 0.18
HSL 324.37º 0.9% 0.43% -
HSV(B) 324.37º 0.95% 0.82% -
XYZ 30.03 15.21 21.77 -
YUV 83.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 208 11 128 0 0.95 0.38 0.18 324.37 0.9 0.43
Hex D0 B 80 0 5F 26 12 144 5A 2B
Octal 320 13 200 0 137 46 22 504 132 53
Binary 11010000 1011 10000000 0 1011111 100110 10010 101000100 1011010 101011

Color Harmonies of #D00B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B80

Black with #D00B80

Text Example


Text Example

White with #D00B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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