Html Css Color HEX #D20F7C Medium Violet Red

📋 copy color: '#D20F7C'

red 210 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #D20F7C

Tints of Medium Violet Red #D20F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 60.17%
G = 4.3%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D20F7C (or 0xD20F7C) is known color: Medium Violet Red. HEX triplet: D2, 0F and 7C. RGB value is (210,15,124). Sum of RGB (Red+Green+Blue) = 210+15+124=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20F7C is #2DF083. Grayscale: #555555. Windows color (decimal): -3010692 or 8130514. OLE color: 8130514.

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

Color convert

RGB 210 15 124 -
CMYK 0 0.93 0.41 0.18
HSL 326.46º 0.87% 0.44% -
HSV(B) 326.46º 0.93% 0.82% -
XYZ 30.39 15.5 20.46 -
YUV 85.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 210 15 124 0 0.93 0.41 0.18 326.46 0.87 0.44
Hex D2 F 7C 0 5D 29 12 146 57 2C
Octal 322 17 174 0 135 51 22 506 127 54
Binary 11010010 1111 1111100 0 1011101 101001 10010 101000110 1010111 101100

Color Harmonies of #D20F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F7C

Black with #D20F7C

Text Example


Text Example

White with #D20F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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