Html Css Color HEX #D20F9E Medium Violet Red

📋 copy color: '#D20F9E'

red 210 ◦ green 15 ◦ blue 158

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

Shades of Medium Violet Red #D20F9E

Tints of Medium Violet Red #D20F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 54.83%
G = 3.92%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D20F9E (or 0xD20F9E) is known color: Medium Violet Red. HEX triplet: D2, 0F and 9E. RGB value is (210,15,158). Sum of RGB (Red+Green+Blue) = 210+15+158=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20F9E is #2DF061. Grayscale: #595959. Windows color (decimal): -3010658 or 10358738. OLE color: 10358738.

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

Color convert

RGB 210 15 158 -
CMYK 0 0.93 0.25 0.18
HSL 316º 0.87% 0.44% -
HSV(B) 316º 0.93% 0.82% -
XYZ 32.92 16.51 33.8 -
YUV 89.61 166.6 213.87 -
System Red Green Blue C M Y K H S L
Decimal 210 15 158 0 0.93 0.25 0.18 316 0.87 0.44
Hex D2 F 9E 0 5D 19 12 13C 57 2C
Octal 322 17 236 0 135 31 22 474 127 54
Binary 11010010 1111 10011110 0 1011101 11001 10010 100111100 1010111 101100

Color Harmonies of #D20F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F9E

Black with #D20F9E

Text Example


Text Example

White with #D20F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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