Html Css Color HEX #D00B9F Medium Violet Red

📋 copy color: '#D00B9F'

red 208 ◦ green 11 ◦ blue 159

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

Shades of Medium Violet Red #D00B9F

Tints of Medium Violet Red #D00B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 55.03%
G = 2.91%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D00B9F (or 0xD00B9F) is known color: Medium Violet Red. HEX triplet: D0, 0B and 9F. RGB value is (208,11,159). Sum of RGB (Red+Green+Blue) = 208+11+159=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00B9F is #2FF460. Grayscale: #565656. Windows color (decimal): -3142753 or 10423248. OLE color: 10423248.

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

Color convert

RGB 208 11 159 -
CMYK 0 0.95 0.24 0.18
HSL 314.92º 0.9% 0.43% -
HSV(B) 314.92º 0.95% 0.82% -
XYZ 32.39 16.15 34.21 -
YUV 86.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 208 11 159 0 0.95 0.24 0.18 314.92 0.9 0.43
Hex D0 B 9F 0 5F 18 12 13B 5A 2B
Octal 320 13 237 0 137 30 22 473 132 53
Binary 11010000 1011 10011111 0 1011111 11000 10010 100111011 1011010 101011

Color Harmonies of #D00B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B9F

Black with #D00B9F

Text Example


Text Example

White with #D00B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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