Html Css Color HEX #D0189D Medium Violet Red

📋 copy color: '#D0189D'

red 208 ◦ green 24 ◦ blue 157

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

Shades of Medium Violet Red #D0189D

Tints of Medium Violet Red #D0189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 53.47%
G = 6.17%
B = 40.36%

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

#D0189D (or 0xD0189D) is known color: Medium Violet Red. HEX triplet: D0, 18 and 9D. RGB value is (208,24,157). Sum of RGB (Red+Green+Blue) = 208+24+157=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0189D is #2FE762. Grayscale: #5D5D5D. Windows color (decimal): -3139427 or 10295504. OLE color: 10295504.

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

Color convert

RGB 208 24 157 -
CMYK 0 0.88 0.25 0.18
HSL 316.63º 0.79% 0.45% -
HSV(B) 316.63º 0.88% 0.82% -
XYZ 32.42 16.5 33.37 -
YUV 94.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 208 24 157 0 0.88 0.25 0.18 316.63 0.79 0.45
Hex D0 18 9D 0 58 19 12 13D 4F 2D
Octal 320 30 235 0 130 31 22 475 117 55
Binary 11010000 11000 10011101 0 1011000 11001 10010 100111101 1001111 101101

Color Harmonies of #D0189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0189D

Black with #D0189D

Text Example


Text Example

White with #D0189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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