Html Css Color HEX #D0089B Medium Violet Red

📋 copy color: '#D0089B'

red 208 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #D0089B

Tints of Medium Violet Red #D0089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

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

R = 56.06%
G = 2.16%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0089B (or 0xD0089B) is known color: Medium Violet Red. HEX triplet: D0, 08 and 9B. RGB value is (208,8,155). Sum of RGB (Red+Green+Blue) = 208+8+155=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0089B is #2FF764. Grayscale: #545454. Windows color (decimal): -3143525 or 10160336. OLE color: 10160336.

HSL color Cylindrical-coordinate representation of color #D0089B: hue angle of 315.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0089B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 155 -
CMYK 0 0.96 0.25 0.18
HSL 315.9º 0.93% 0.42% -
HSV(B) 315.9º 0.96% 0.82% -
XYZ 32.02 15.95 32.4 -
YUV 84.56 167.76 216.05 -
System Red Green Blue C M Y K H S L
Decimal 208 8 155 0 0.96 0.25 0.18 315.9 0.93 0.42
Hex D0 8 9B 0 60 19 12 13C 5D 2A
Octal 320 10 233 0 140 31 22 474 135 52
Binary 11010000 1000 10011011 0 1100000 11001 10010 100111100 1011101 101010

Color Harmonies of #D0089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0089B

Black with #D0089B

Text Example


Text Example

White with #D0089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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