Html Css Color HEX #D00189 Medium Violet Red

📋 copy color: '#D00189'

red 208 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #D00189

Tints of Medium Violet Red #D00189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 60.12%
G = 0.29%
B = 39.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D00189 (or 0xD00189) is known color: Medium Violet Red. HEX triplet: D0, 01 and 89. RGB value is (208,1,137). Sum of RGB (Red+Green+Blue) = 208+1+137=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D00189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00189 is #2FFE76. Grayscale: #4E4E4E. Windows color (decimal): -3145335 or 8978896. OLE color: 8978896.

HSL color Cylindrical-coordinate representation of color #D00189: hue angle of 320.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00189 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 137 -
CMYK 0 1.00 0.34 0.18
HSL 320.58º 0.99% 0.41% -
HSV(B) 320.58º 1% 0.82% -
XYZ 30.54 15.24 25 -
YUV 78.4 161.08 220.44 -
System Red Green Blue C M Y K H S L
Decimal 208 1 137 0 1.00 0.34 0.18 320.58 0.99 0.41
Hex D0 1 89 0 64 22 12 141 63 29
Octal 320 1 211 0 144 42 22 501 143 51
Binary 11010000 1 10001001 0 1100100 100010 10010 101000001 1100011 101001

Color Harmonies of #D00189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00189

Black with #D00189

Text Example


Text Example

White with #D00189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00189; }

 p { color: rgb(208,1,137); }

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

background-color css

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

 a { background-color: rgb(208,1,137); }

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

border-color css

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

 span { border-color: rgb(208,1,137); }

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