Html Css Color HEX #D20389 Medium Violet Red

📋 copy color: '#D20389'

red 210 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #D20389

Tints of Medium Violet Red #D20389

RGB

 RED value IS 210 (82.42% from 255) = 60%

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 60%
G = 0.86%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D20389 (or 0xD20389) is known color: Medium Violet Red. HEX triplet: D2, 03 and 89. RGB value is (210,3,137). Sum of RGB (Red+Green+Blue) = 210+3+137=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D20389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20389 is #2DFC76. Grayscale: #4F4F4F. Windows color (decimal): -3013751 or 8979410. OLE color: 8979410.

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

Color convert

RGB 210 3 137 -
CMYK 0 0.99 0.35 0.18
HSL 321.16º 0.97% 0.42% -
HSV(B) 321.16º 0.99% 0.82% -
XYZ 31.13 15.57 25.03 -
YUV 80.17 160.08 220.6 -
System Red Green Blue C M Y K H S L
Decimal 210 3 137 0 0.99 0.35 0.18 321.16 0.97 0.42
Hex D2 3 89 0 63 23 12 141 61 2A
Octal 322 3 211 0 143 43 22 501 141 52
Binary 11010010 11 10001001 0 1100011 100011 10010 101000001 1100001 101010

Color Harmonies of #D20389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20389

Black with #D20389

Text Example


Text Example

White with #D20389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20389; }

 p { color: rgb(210,3,137); }

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

background-color css

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

 a { background-color: rgb(210,3,137); }

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

border-color css

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

 span { border-color: rgb(210,3,137); }

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