Html Css Color HEX #D0189B Medium Violet Red

📋 copy color: '#D0189B'

red 208 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #D0189B

Tints of Medium Violet Red #D0189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.2%

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

R = 53.75%
G = 6.2%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0189B (or 0xD0189B) is known color: Medium Violet Red. HEX triplet: D0, 18 and 9B. RGB value is (208,24,155). Sum of RGB (Red+Green+Blue) = 208+24+155=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0189B is #2FE764. Grayscale: #5D5D5D. Windows color (decimal): -3139429 or 10164432. OLE color: 10164432.

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

Color convert

RGB 208 24 155 -
CMYK 0 0.88 0.25 0.18
HSL 317.28º 0.79% 0.45% -
HSV(B) 317.28º 0.88% 0.82% -
XYZ 32.26 16.43 32.48 -
YUV 93.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 208 24 155 0 0.88 0.25 0.18 317.28 0.79 0.45
Hex D0 18 9B 0 58 19 12 13D 4F 2D
Octal 320 30 233 0 130 31 22 475 117 55
Binary 11010000 11000 10011011 0 1011000 11001 10010 100111101 1001111 101101

Color Harmonies of #D0189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0189B

Black with #D0189B

Text Example


Text Example

White with #D0189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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