Html Css Color HEX #D20F98 Medium Violet Red

📋 copy color: '#D20F98'

red 210 ◦ green 15 ◦ blue 152

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

Shades of Medium Violet Red #D20F98

Tints of Medium Violet Red #D20F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 55.7%
G = 3.98%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D20F98 (or 0xD20F98) is known color: Medium Violet Red. HEX triplet: D2, 0F and 98. RGB value is (210,15,152). Sum of RGB (Red+Green+Blue) = 210+15+152=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20F98 is #2DF067. Grayscale: #585858. Windows color (decimal): -3010664 or 9965522. OLE color: 9965522.

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

Color convert

RGB 210 15 152 -
CMYK 0 0.93 0.28 0.18
HSL 317.85º 0.87% 0.44% -
HSV(B) 317.85º 0.93% 0.82% -
XYZ 32.42 16.31 31.15 -
YUV 88.92 163.6 214.36 -
System Red Green Blue C M Y K H S L
Decimal 210 15 152 0 0.93 0.28 0.18 317.85 0.87 0.44
Hex D2 F 98 0 5D 1C 12 13E 57 2C
Octal 322 17 230 0 135 34 22 476 127 54
Binary 11010010 1111 10011000 0 1011101 11100 10010 100111110 1010111 101100

Color Harmonies of #D20F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F98

Black with #D20F98

Text Example


Text Example

White with #D20F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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