Html Css Color HEX #D00B9B Medium Violet Red

📋 copy color: '#D00B9B'

red 208 ◦ green 11 ◦ blue 155

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

Shades of Medium Violet Red #D00B9B

Tints of Medium Violet Red #D00B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 55.61%
G = 2.94%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D00B9B (or 0xD00B9B) is known color: Medium Violet Red. HEX triplet: D0, 0B and 9B. RGB value is (208,11,155). Sum of RGB (Red+Green+Blue) = 208+11+155=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00B9B is #2FF464. Grayscale: #555555. Windows color (decimal): -3142757 or 10161104. OLE color: 10161104.

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

Color convert

RGB 208 11 155 -
CMYK 0 0.95 0.25 0.18
HSL 316.14º 0.9% 0.43% -
HSV(B) 316.14º 0.95% 0.82% -
XYZ 32.05 16.02 32.41 -
YUV 86.32 166.77 214.79 -
System Red Green Blue C M Y K H S L
Decimal 208 11 155 0 0.95 0.25 0.18 316.14 0.9 0.43
Hex D0 B 9B 0 5F 19 12 13C 5A 2B
Octal 320 13 233 0 137 31 22 474 132 53
Binary 11010000 1011 10011011 0 1011111 11001 10010 100111100 1011010 101011

Color Harmonies of #D00B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B9B

Black with #D00B9B

Text Example


Text Example

White with #D00B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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