Html Css Color HEX #D20F9B Medium Violet Red

📋 copy color: '#D20F9B'

red 210 ◦ green 15 ◦ blue 155

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

Shades of Medium Violet Red #D20F9B

Tints of Medium Violet Red #D20F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.95%

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

R = 55.26%
G = 3.95%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D20F9B (or 0xD20F9B) is known color: Medium Violet Red. HEX triplet: D2, 0F and 9B. RGB value is (210,15,155). Sum of RGB (Red+Green+Blue) = 210+15+155=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20F9B is #2DF064. Grayscale: #585858. Windows color (decimal): -3010661 or 10162130. OLE color: 10162130.

HSL color Cylindrical-coordinate representation of color #D20F9B: hue angle of 316.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20F9B is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 15 155 -
CMYK 0 0.93 0.26 0.18
HSL 316.92º 0.87% 0.44% -
HSV(B) 316.92º 0.93% 0.82% -
XYZ 32.67 16.41 32.46 -
YUV 89.27 165.1 214.12 -
System Red Green Blue C M Y K H S L
Decimal 210 15 155 0 0.93 0.26 0.18 316.92 0.87 0.44
Hex D2 F 9B 0 5D 1A 12 13D 57 2C
Octal 322 17 233 0 135 32 22 475 127 54
Binary 11010010 1111 10011011 0 1011101 11010 10010 100111101 1010111 101100

Color Harmonies of #D20F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F9B

Black with #D20F9B

Text Example


Text Example

White with #D20F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F9B; }

 p { color: rgb(210,15,155); }

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

background-color css

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

 a { background-color: rgb(210,15,155); }

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

border-color css

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

 span { border-color: rgb(210,15,155); }

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