Html Css Color HEX #D20289 Medium Violet Red

📋 copy color: '#D20289'

red 210 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #D20289

Tints of Medium Violet Red #D20289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 60.17%
G = 0.57%
B = 39.26%

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

#D20289 (or 0xD20289) is known color: Medium Violet Red. HEX triplet: D2, 02 and 89. RGB value is (210,2,137). Sum of RGB (Red+Green+Blue) = 210+2+137=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D20289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20289 is #2DFD76. Grayscale: #4F4F4F. Windows color (decimal): -3014007 or 8979154. OLE color: 8979154.

HSL color Cylindrical-coordinate representation of color #D20289: hue angle of 321.06º degrees, saturation: 0.98, 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 #D20289 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 137 -
CMYK 0 0.99 0.35 0.18
HSL 321.06º 0.98% 0.42% -
HSV(B) 321.06º 0.99% 0.82% -
XYZ 31.12 15.55 25.03 -
YUV 79.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 210 2 137 0 0.99 0.35 0.18 321.06 0.98 0.42
Hex D2 2 89 0 63 23 12 141 62 2A
Octal 322 2 211 0 143 43 22 501 142 52
Binary 11010010 10 10001001 0 1100011 100011 10010 101000001 1100010 101010

Color Harmonies of #D20289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20289

Black with #D20289

Text Example


Text Example

White with #D20289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20289; }

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

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

background-color css

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

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

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

border-color css

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

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

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